Html Css Color HEX #C3641F Chocolate

📋 copy color: '#C3641F'

red 195 ◦ green 100 ◦ blue 31

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

Shades of Chocolate #C3641F

Tints of Chocolate #C3641F

RGB

 RED value IS 195 (76.56% from 255) = 59.82%

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

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

R = 59.82%
G = 30.67%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C3641F (or 0xC3641F) is known color: Chocolate. HEX triplet: C3, 64 and 1F. RGB value is (195,100,31). Sum of RGB (Red+Green+Blue) = 195+100+31=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 31 (12.5% from 255 or 9.51% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C3641F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3641F is #3C9BE0. Grayscale: #787878. Windows color (decimal): -3972065 or 2057411. OLE color: 2057411.

HSL color Cylindrical-coordinate representation of color #C3641F: hue angle of 25.24º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C3641F is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 100 31 -
CMYK 0 0.49 0.84 0.24
HSL 25.24º 0.73% 0.44% -
HSV(B) 25.24º 0.84% 0.76% -
XYZ 27.31 20.82 3.87 -
YUV 120.54 77.47 181.11 -
System Red Green Blue C M Y K H S L
Decimal 195 100 31 0 0.49 0.84 0.24 25.24 0.73 0.44
Hex C3 64 1F 0 31 54 18 19 49 2C
Octal 303 144 37 0 61 124 30 31 111 54
Binary 11000011 1100100 11111 0 110001 1010100 11000 11001 1001001 101100

Color Harmonies of #C3641F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3641F

Black with #C3641F

Text Example


Text Example

White with #C3641F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3641F; }

 p { color: rgb(195,100,31); }

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

background-color css

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

 a { background-color: rgb(195,100,31); }

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

border-color css

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

 span { border-color: rgb(195,100,31); }

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