Html Css Color HEX #C4601D Chocolate

📋 copy color: '#C4601D'

red 196 ◦ green 96 ◦ blue 29

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

Shades of Chocolate #C4601D

Tints of Chocolate #C4601D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.91%

 BLUE value IS 29 (11.72% from 255) = 9.03%

R = 61.06%
G = 29.91%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C4601D (or 0xC4601D) is known color: Chocolate. HEX triplet: C4, 60 and 1D. RGB value is (196,96,29). Sum of RGB (Red+Green+Blue) = 196+96+29=321 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.06% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 29 (11.72% from 255 or 9.03% from 321); Max value from RGB is 196 - color contains mainly: red. Hex color #C4601D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4601D is #3B9FE2. Grayscale: #767676. Windows color (decimal): -3907555 or 1925316. OLE color: 1925316.

HSL color Cylindrical-coordinate representation of color #C4601D: hue angle of 24.07º degrees, saturation: 0.74, 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 #C4601D is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 96 29 -
CMYK 0 0.51 0.85 0.23
HSL 24.07º 0.74% 0.44% -
HSV(B) 24.07º 0.85% 0.77% -
XYZ 27.17 20.19 3.63 -
YUV 118.26 77.63 183.45 -
System Red Green Blue C M Y K H S L
Decimal 196 96 29 0 0.51 0.85 0.23 24.07 0.74 0.44
Hex C4 60 1D 0 33 55 17 18 4A 2C
Octal 304 140 35 0 63 125 27 30 112 54
Binary 11000100 1100000 11101 0 110011 1010101 10111 11000 1001010 101100

Color Harmonies of #C4601D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4601D

Black with #C4601D

Text Example


Text Example

White with #C4601D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4601D; }

 p { color: rgb(196,96,29); }

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

background-color css

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

 a { background-color: rgb(196,96,29); }

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

border-color css

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

 span { border-color: rgb(196,96,29); }

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