Html Css Color HEX #C4651F Chocolate

📋 copy color: '#C4651F'

red 196 ◦ green 101 ◦ blue 31

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

Shades of Chocolate #C4651F

Tints of Chocolate #C4651F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.79%

 BLUE value IS 31 (12.5% from 255) = 9.45%

R = 59.76%
G = 30.79%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C4651F (or 0xC4651F) is known color: Chocolate. HEX triplet: C4, 65 and 1F. RGB value is (196,101,31). Sum of RGB (Red+Green+Blue) = 196+101+31=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 31 (12.5% from 255 or 9.45% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C4651F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4651F is #3B9AE0. Grayscale: #797979. Windows color (decimal): -3906273 or 2057668. OLE color: 2057668.

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

Color convert

RGB 196 101 31 -
CMYK 0 0.48 0.84 0.23
HSL 25.45º 0.73% 0.45% -
HSV(B) 25.45º 0.84% 0.77% -
XYZ 27.67 21.14 3.92 -
YUV 121.43 76.97 181.19 -
System Red Green Blue C M Y K H S L
Decimal 196 101 31 0 0.48 0.84 0.23 25.45 0.73 0.45
Hex C4 65 1F 0 30 54 17 19 49 2D
Octal 304 145 37 0 60 124 27 31 111 55
Binary 11000100 1100101 11111 0 110000 1010100 10111 11001 1001001 101101

Color Harmonies of #C4651F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4651F

Black with #C4651F

Text Example


Text Example

White with #C4651F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4651F; }

 p { color: rgb(196,101,31); }

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

background-color css

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

 a { background-color: rgb(196,101,31); }

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

border-color css

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

 span { border-color: rgb(196,101,31); }

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