#CB953D

Color #CB953D Anzac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Anzac #CB953D

Tints of Anzac #CB953D

Color information

#CB953D (or 0xCB953D) is unknown color: approx Anzac. HEX triplet: CB, 95 and 3D. RGB value is (203,149,61). Sum of RGB (Red+Green+Blue) = 203+149+61=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 61 (24.22% from 255 or 14.77% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB953D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB953D is #346AC2. Grayscale: #9B9B9B. Windows color (decimal): -3435203 or 4036043. OLE color: 4036043.

HSL color Cylindrical-coordinate representation of color #CB953D: hue angle of 37.18º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB953D is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB20314961-
CMYK00.270.700.20
HSL37.18º57.72%51.76%-
HSV(B)37.18º69.95%79.61%-
XYZ36.2234.539.17-
YUV155.1174.89162.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 49.15%
GREEN value IS 149 (58.59% from 255) = 36.08%
BLUE value IS 61 (24.22% from 255) = 14.77%
R=49.15%
G=36.08%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031496100.270.700.2037.1857.7251.76
HexCB953D01B4614253a34
Octal3132257503310624457264
Binary1100101110010101111101011011100011010100100101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB953D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB953D; }

 p { color: rgb(203,149,61); }

 H1.HeaderClassName
 {
   color: #CB953D;
 }
 .AnyTagClassName
 {
   color: #CB953D;
 }
</style>
background-color css

<style>
 a { background-color: #CB953D; }

 a { background-color: rgb(203,149,61); }

 div.DivClassName
 {
   background-color: #CB953D;
 }
 .BgClassName
 {
   background-color: #CB953D;
 }
</style>
border-color css

<style>
 span { border-color: #CB953D; }

 span { border-color: rgb(203,149,61); }

 td.TdClassName
 {
   border-color: #CB953D;
 }
 .TagClassName
 {
   border-color: #CB953D;
 }
</style>