Html Css Color HEX #C45E1E Chocolate

📋 copy color: '#C45E1E'

red 196 ◦ green 94 ◦ blue 30

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

Shades of Chocolate #C45E1E

Tints of Chocolate #C45E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.38%

R = 61.25%
G = 29.38%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C45E1E (or 0xC45E1E) is known color: Chocolate. HEX triplet: C4, 5E and 1E. RGB value is (196,94,30). Sum of RGB (Red+Green+Blue) = 196+94+30=320 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.25% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 30 (12.11% from 255 or 9.38% from 320); Max value from RGB is 196 - color contains mainly: red. Hex color #C45E1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45E1E is #3BA1E1. Grayscale: #757575. Windows color (decimal): -3908066 or 1990340. OLE color: 1990340.

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

Color convert

RGB 196 94 30 -
CMYK 0 0.52 0.85 0.23
HSL 23.13º 0.73% 0.44% -
HSV(B) 23.13º 0.85% 0.77% -
XYZ 27 19.83 3.63 -
YUV 117.2 78.79 184.2 -
System Red Green Blue C M Y K H S L
Decimal 196 94 30 0 0.52 0.85 0.23 23.13 0.73 0.44
Hex C4 5E 1E 0 34 55 17 17 49 2C
Octal 304 136 36 0 64 125 27 27 111 54
Binary 11000100 1011110 11110 0 110100 1010101 10111 10111 1001001 101100

Color Harmonies of #C45E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45E1E

Black with #C45E1E

Text Example


Text Example

White with #C45E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45E1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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