#CB933A

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

Shades of Anzac #CB933A

Tints of Anzac #CB933A

Color information

#CB933A (or 0xCB933A) is unknown color: approx Anzac. HEX triplet: CB, 93 and 3A. RGB value is (203,147,58). Sum of RGB (Red+Green+Blue) = 203+147+58=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 58 (23.05% from 255 or 14.22% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CB933A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB933A is #346CC5. Grayscale: #9A9A9A. Windows color (decimal): -3435718 or 3838923. OLE color: 3838923.

HSL color Cylindrical-coordinate representation of color #CB933A: hue angle of 36.83º 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 #CB933A is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB20314758-
CMYK00.280.710.20
HSL36.83º58.23%51.18%-
HSV(B)36.83º71.43%79.61%-
XYZ35.8333.878.65-
YUV153.674.05163.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.75%
GREEN value IS 147 (57.81% from 255) = 36.03%
BLUE value IS 58 (23.05% from 255) = 14.22%
R=49.75%
G=36.03%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.71
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031475800.280.710.2036.8358.2351.18
HexCB933A01C4714253a33
Octal3132237203410724457263
Binary1100101110010011111010011100100011110100100101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB933A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB933A; }

 p { color: rgb(203,147,58); }

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

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

 a { background-color: rgb(203,147,58); }

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

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

 span { border-color: rgb(203,147,58); }

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