#CB6323

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

Shades of Chocolate #CB6323

Tints of Chocolate #CB6323

Color information

#CB6323 (or 0xCB6323) is unknown color: approx Chocolate. HEX triplet: CB, 63 and 23. RGB value is (203,99,35). Sum of RGB (Red+Green+Blue) = 203+99+35=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 35 (14.06% from 255 or 10.39% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6323 is #349CDC. Grayscale: #7B7B7B. Windows color (decimal): -3448029 or 2319307. OLE color: 2319307.

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

Color convert

RGB2039935-
CMYK00.510.830.20
HSL22.86º70.59%46.67%-
HSV(B)22.86º82.76%79.61%-
XYZ29.3921.744.24-
YUV122.878.46185.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 60.24%
GREEN value IS 99 (39.06% from 255) = 29.38%
BLUE value IS 35 (14.06% from 255) = 10.39%
R=60.24%
G=29.38%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.83
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203993500.510.830.2022.8670.5946.67
HexCB6323033531417472f
Octal31314343063123242710757
Binary1100101111000111000110110011101001110100101111000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6323; }

 p { color: rgb(203,99,35); }

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

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

 a { background-color: rgb(203,99,35); }

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

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

 span { border-color: rgb(203,99,35); }

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