#CB943B

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

Shades of Anzac #CB943B

Tints of Anzac #CB943B

Color information

#CB943B (or 0xCB943B) is unknown color: approx Anzac. HEX triplet: CB, 94 and 3B. RGB value is (203,148,59). Sum of RGB (Red+Green+Blue) = 203+148+59=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 59 (23.44% from 255 or 14.39% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB943B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB943B is #346BC4. Grayscale: #9A9A9A. Windows color (decimal): -3435461 or 3904715. OLE color: 3904715.

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

Color convert

RGB20314859-
CMYK00.270.710.20
HSL37.08º58.06%51.37%-
HSV(B)37.08º70.94%79.61%-
XYZ36.0134.198.84-
YUV154.374.22162.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.51%
GREEN value IS 148 (58.20% from 255) = 36.10%
BLUE value IS 59 (23.44% from 255) = 14.39%
R=49.51%
G=36.10%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.71
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031485900.270.710.2037.0858.0651.37
HexCB943B01B4714253a33
Octal3132247303310724457263
Binary1100101110010100111011011011100011110100100101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB943B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB943B; }

 p { color: rgb(203,148,59); }

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

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

 a { background-color: rgb(203,148,59); }

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

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

 span { border-color: rgb(203,148,59); }

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