Html Css Color HEX #C3631E Chocolate

📋 copy color: '#C3631E'

red 195 ◦ green 99 ◦ blue 30

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

Shades of Chocolate #C3631E

Tints of Chocolate #C3631E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.26%

R = 60.19%
G = 30.56%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C3631E (or 0xC3631E) is known color: Chocolate. HEX triplet: C3, 63 and 1E. RGB value is (195,99,30). Sum of RGB (Red+Green+Blue) = 195+99+30=324 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.19% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 30 (12.11% from 255 or 9.26% from 324); Max value from RGB is 195 - color contains mainly: red. Hex color #C3631E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3631E is #3C9CE1. Grayscale: #787878. Windows color (decimal): -3972322 or 1991619. OLE color: 1991619.

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

Color convert

RGB 195 99 30 -
CMYK 0 0.49 0.85 0.24
HSL 25.09º 0.73% 0.44% -
HSV(B) 25.09º 0.85% 0.76% -
XYZ 27.2 20.62 3.77 -
YUV 119.84 77.3 181.61 -
System Red Green Blue C M Y K H S L
Decimal 195 99 30 0 0.49 0.85 0.24 25.09 0.73 0.44
Hex C3 63 1E 0 31 55 18 19 49 2C
Octal 303 143 36 0 61 125 30 31 111 54
Binary 11000011 1100011 11110 0 110001 1010101 11000 11001 1001001 101100

Color Harmonies of #C3631E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3631E

Black with #C3631E

Text Example


Text Example

White with #C3631E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3631E; }

 p { color: rgb(195,99,30); }

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

background-color css

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

 a { background-color: rgb(195,99,30); }

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

border-color css

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

 span { border-color: rgb(195,99,30); }

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