Html Css Color HEX #CB6521 Chocolate

📋 copy color: '#CB6521'

red 203 ◦ green 101 ◦ blue 33

#CB6521
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #CB6521

Tints of Chocolate #CB6521

RGB

 RED value IS 203 (79.69% from 255) = 60.24%

 GREEN value IS 101 (39.84% from 255) = 29.97%

 BLUE value IS 33 (13.28% from 255) = 9.79%

R = 60.24%
G = 29.97%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB6521 (or 0xCB6521) is known color: Chocolate. HEX triplet: CB, 65 and 21. RGB value is (203,101,33). Sum of RGB (Red+Green+Blue) = 203+101+33=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 33 (13.28% from 255 or 9.79% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6521 is #349ADE. Grayscale: #7C7C7C. Windows color (decimal): -3447519 or 2188747. OLE color: 2188747.

HSL color Cylindrical-coordinate representation of color #CB6521: hue angle of 24º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB6521 is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 101 33 -
CMYK 0 0.50 0.84 0.20
HSL 24º 0.72% 0.46% -
HSV(B) 24º 0.84% 0.8% -
XYZ 29.56 22.11 4.15 -
YUV 123.75 76.79 184.53 -
System Red Green Blue C M Y K H S L
Decimal 203 101 33 0 0.50 0.84 0.20 24 0.72 0.46
Hex CB 65 21 0 32 54 14 18 48 2E
Octal 313 145 41 0 62 124 24 30 110 56
Binary 11001011 1100101 100001 0 110010 1010100 10100 11000 1001000 101110

Color Harmonies of #CB6521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6521

Black with #CB6521

Text Example


Text Example

White with #CB6521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6521; }

 p { color: rgb(203,101,33); }

 H1.HeaderClassName
 {
   color: #CB6521;
 }
 .AnyTagClassName
 {
   color: #CB6521;
 }
</style>

background-color css

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

 a { background-color: rgb(203,101,33); }

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

border-color css

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

 span { border-color: rgb(203,101,33); }

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