Html Css Color HEX #C45E1B Chocolate

📋 copy color: '#C45E1B'

red 196 ◦ green 94 ◦ blue 27

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

Shades of Chocolate #C45E1B

Tints of Chocolate #C45E1B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.65%

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

R = 61.83%
G = 29.65%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C45E1B (or 0xC45E1B) is known color: Chocolate. HEX triplet: C4, 5E and 1B. RGB value is (196,94,27). Sum of RGB (Red+Green+Blue) = 196+94+27=317 (41% of max value = 765). Red value is 196 (76.95% from 255 or 61.83% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 27 (10.94% from 255 or 8.52% from 317); Max value from RGB is 196 - color contains mainly: red. Hex color #C45E1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45E1B is #3BA1E4. Grayscale: #757575. Windows color (decimal): -3908069 or 1793732. OLE color: 1793732.

HSL color Cylindrical-coordinate representation of color #C45E1B: hue angle of 23.79º 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 #C45E1B is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 94 27 -
CMYK 0 0.52 0.86 0.23
HSL 23.79º 0.76% 0.44% -
HSV(B) 23.79º 0.86% 0.77% -
XYZ 26.97 19.82 3.44 -
YUV 116.86 77.29 184.45 -
System Red Green Blue C M Y K H S L
Decimal 196 94 27 0 0.52 0.86 0.23 23.79 0.76 0.44
Hex C4 5E 1B 0 34 56 17 18 4C 2C
Octal 304 136 33 0 64 126 27 30 114 54
Binary 11000100 1011110 11011 0 110100 1010110 10111 11000 1001100 101100

Color Harmonies of #C45E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45E1B

Black with #C45E1B

Text Example


Text Example

White with #C45E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45E1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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