Html Css Color HEX #C4631F Chocolate

📋 copy color: '#C4631F'

red 196 ◦ green 99 ◦ blue 31

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

Shades of Chocolate #C4631F

Tints of Chocolate #C4631F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.37%

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

R = 60.12%
G = 30.37%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C4631F (or 0xC4631F) is known color: Chocolate. HEX triplet: C4, 63 and 1F. RGB value is (196,99,31). Sum of RGB (Red+Green+Blue) = 196+99+31=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 31 (12.5% from 255 or 9.51% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C4631F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4631F is #3B9CE0. Grayscale: #787878. Windows color (decimal): -3906785 or 2057156. OLE color: 2057156.

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

Color convert

RGB 196 99 31 -
CMYK 0 0.49 0.84 0.23
HSL 24.73º 0.73% 0.45% -
HSV(B) 24.73º 0.84% 0.77% -
XYZ 27.47 20.76 3.86 -
YUV 120.25 77.64 182.03 -
System Red Green Blue C M Y K H S L
Decimal 196 99 31 0 0.49 0.84 0.23 24.73 0.73 0.45
Hex C4 63 1F 0 31 54 17 19 49 2D
Octal 304 143 37 0 61 124 27 31 111 55
Binary 11000100 1100011 11111 0 110001 1010100 10111 11001 1001001 101101

Color Harmonies of #C4631F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4631F

Black with #C4631F

Text Example


Text Example

White with #C4631F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4631F; }

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

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

background-color css

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

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

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

border-color css

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

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

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