#CB913D

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

Shades of Anzac #CB913D

Tints of Anzac #CB913D

Color information

#CB913D (or 0xCB913D) is unknown color: approx Anzac. HEX triplet: CB, 91 and 3D. RGB value is (203,145,61). Sum of RGB (Red+Green+Blue) = 203+145+61=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 61 (24.22% from 255 or 14.91% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB913D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB913D is #346EC2. Grayscale: #999999. Windows color (decimal): -3436227 or 4035019. OLE color: 4035019.

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

Color convert

RGB20314561-
CMYK00.290.700.20
HSL35.49º57.72%51.76%-
HSV(B)35.49º69.95%79.61%-
XYZ35.633.288.96-
YUV152.7776.22163.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.63%
GREEN value IS 145 (57.03% from 255) = 35.45%
BLUE value IS 61 (24.22% from 255) = 14.91%
R=49.63%
G=35.45%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031456100.290.700.2035.4957.7251.76
HexCB913D01D4614233a34
Octal3132217503510624437264
Binary1100101110010001111101011101100011010100100011111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB913D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB913D; }

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

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

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

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

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

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

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

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