Html Css Color HEX #C4641D Chocolate

📋 copy color: '#C4641D'

red 196 ◦ green 100 ◦ blue 29

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

Shades of Chocolate #C4641D

Tints of Chocolate #C4641D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.77%

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

R = 60.31%
G = 30.77%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C4641D (or 0xC4641D) is known color: Chocolate. HEX triplet: C4, 64 and 1D. RGB value is (196,100,29). Sum of RGB (Red+Green+Blue) = 196+100+29=325 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.31% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 29 (11.72% from 255 or 8.92% from 325); Max value from RGB is 196 - color contains mainly: red. Hex color #C4641D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4641D is #3B9BE2. Grayscale: #787878. Windows color (decimal): -3906531 or 1926340. OLE color: 1926340.

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

Color convert

RGB 196 100 29 -
CMYK 0 0.49 0.85 0.23
HSL 25.51º 0.74% 0.44% -
HSV(B) 25.51º 0.85% 0.77% -
XYZ 27.54 20.94 3.75 -
YUV 120.61 76.3 181.77 -
System Red Green Blue C M Y K H S L
Decimal 196 100 29 0 0.49 0.85 0.23 25.51 0.74 0.44
Hex C4 64 1D 0 31 55 17 1A 4A 2C
Octal 304 144 35 0 61 125 27 32 112 54
Binary 11000100 1100100 11101 0 110001 1010101 10111 11010 1001010 101100

Color Harmonies of #C4641D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4641D

Black with #C4641D

Text Example


Text Example

White with #C4641D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4641D; }

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

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

background-color css

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

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

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

border-color css

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

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

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