Html Css Color HEX #CB6B27 Chocolate

📋 copy color: '#CB6B27'

red 203 ◦ green 107 ◦ blue 39

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

Shades of Chocolate #CB6B27

Tints of Chocolate #CB6B27

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.66%

 BLUE value IS 39 (15.63% from 255) = 11.17%

R = 58.17%
G = 30.66%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CB6B27 (or 0xCB6B27) is known color: Chocolate. HEX triplet: CB, 6B and 27. RGB value is (203,107,39). Sum of RGB (Red+Green+Blue) = 203+107+39=349 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.17% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 39 (15.62% from 255 or 11.17% from 349); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6B27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6B27 is #3494D8. Grayscale: #808080. Windows color (decimal): -3445977 or 2583499. OLE color: 2583499.

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

Color convert

RGB 203 107 39 -
CMYK 0 0.47 0.81 0.20
HSL 24.88º 0.68% 0.47% -
HSV(B) 24.88º 0.81% 0.8% -
XYZ 30.25 23.36 4.83 -
YUV 127.95 77.8 181.53 -
System Red Green Blue C M Y K H S L
Decimal 203 107 39 0 0.47 0.81 0.20 24.88 0.68 0.47
Hex CB 6B 27 0 2F 51 14 19 44 2F
Octal 313 153 47 0 57 121 24 31 104 57
Binary 11001011 1101011 100111 0 101111 1010001 10100 11001 1000100 101111

Color Harmonies of #CB6B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6B27

Black with #CB6B27

Text Example


Text Example

White with #CB6B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6B27; }

 p { color: rgb(203,107,39); }

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

background-color css

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

 a { background-color: rgb(203,107,39); }

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

border-color css

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

 span { border-color: rgb(203,107,39); }

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