#cb923f

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

Shades of Anzac #CB923F

Tints of Anzac #CB923F

Color information

#CB923F (or 0xCB923F) is unknown color: approx Anzac. HEX triplet: CB, 92 and 3F. RGB value is (203,146,63). Sum of RGB (Red+Green+Blue) = 203+146+63=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 63 (25% from 255 or 15.29% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB923F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB923F is #346DC0. Grayscale: #999999. Windows color (decimal): -3435969 or 4166347. OLE color: 4166347.

HSL color Cylindrical-coordinate representation of color #CB923F: hue angle of 35.57º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB923F is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB20314663-
CMYK00.280.690.20
HSL35.57º57.38%52.16%-
HSV(B)35.57º68.97%79.61%-
XYZ35.833.619.3-
YUV153.5876.88163.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.27%
GREEN value IS 146 (57.42% from 255) = 35.44%
BLUE value IS 63 (25% from 255) = 15.29%
R=49.27%
G=35.44%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031466300.280.690.2035.5757.3852.16
HexCB923F01C4514243934
Octal3132227703410524447164
Binary1100101110010010111111011100100010110100100100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb923f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb923f; }

 p { color: rgb(203,146,63); }

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

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

 a { background-color: rgb(203,146,63); }

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

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

 span { border-color: rgb(203,146,63); }

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