Html Css Color HEX #C4551B Chocolate

📋 copy color: '#C4551B'

red 196 ◦ green 85 ◦ blue 27

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

Shades of Chocolate #C4551B

Tints of Chocolate #C4551B

RGB

 RED value IS 196 (76.95% from 255) = 63.64%

 GREEN value IS 85 (33.59% from 255) = 27.6%

 BLUE value IS 27 (10.94% from 255) = 8.77%

R = 63.64%
G = 27.6%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4551B (or 0xC4551B) is known color: Chocolate. HEX triplet: C4, 55 and 1B. RGB value is (196,85,27). Sum of RGB (Red+Green+Blue) = 196+85+27=308 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.64% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 27 (10.94% from 255 or 8.77% from 308); Max value from RGB is 196 - color contains mainly: red. Hex color #C4551B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4551B is #3BAAE4. Grayscale: #6F6F6F. Windows color (decimal): -3910373 or 1791428. OLE color: 1791428.

HSL color Cylindrical-coordinate representation of color #C4551B: hue angle of 20.59º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4551B is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 85 27 -
CMYK 0 0.57 0.86 0.23
HSL 20.59º 0.76% 0.44% -
HSV(B) 20.59º 0.86% 0.77% -
XYZ 26.21 18.31 3.19 -
YUV 111.58 80.27 188.22 -
System Red Green Blue C M Y K H S L
Decimal 196 85 27 0 0.57 0.86 0.23 20.59 0.76 0.44
Hex C4 55 1B 0 39 56 17 15 4C 2C
Octal 304 125 33 0 71 126 27 25 114 54
Binary 11000100 1010101 11011 0 111001 1010110 10111 10101 1001100 101100

Color Harmonies of #C4551B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4551B

Black with #C4551B

Text Example


Text Example

White with #C4551B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4551B; }

 p { color: rgb(196,85,27); }

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

background-color css

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

 a { background-color: rgb(196,85,27); }

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

border-color css

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

 span { border-color: rgb(196,85,27); }

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