Html Css Color HEX #C3651F Chocolate

📋 copy color: '#C3651F'

red 195 ◦ green 101 ◦ blue 31

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

Shades of Chocolate #C3651F

Tints of Chocolate #C3651F

RGB

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

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

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

R = 59.63%
G = 30.89%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C3651F (or 0xC3651F) is known color: Chocolate. HEX triplet: C3, 65 and 1F. RGB value is (195,101,31). Sum of RGB (Red+Green+Blue) = 195+101+31=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 31 (12.5% from 255 or 9.48% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C3651F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3651F is #3C9AE0. Grayscale: #797979. Windows color (decimal): -3971809 or 2057667. OLE color: 2057667.

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

Color convert

RGB 195 101 31 -
CMYK 0 0.48 0.84 0.24
HSL 25.61º 0.73% 0.44% -
HSV(B) 25.61º 0.84% 0.76% -
XYZ 27.41 21.01 3.91 -
YUV 121.13 77.14 180.69 -
System Red Green Blue C M Y K H S L
Decimal 195 101 31 0 0.48 0.84 0.24 25.61 0.73 0.44
Hex C3 65 1F 0 30 54 18 1A 49 2C
Octal 303 145 37 0 60 124 30 32 111 54
Binary 11000011 1100101 11111 0 110000 1010100 11000 11010 1001001 101100

Color Harmonies of #C3651F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3651F

Black with #C3651F

Text Example


Text Example

White with #C3651F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3651F; }

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

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

background-color css

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

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

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

border-color css

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

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

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