Html Css Color HEX #C3611B Chocolate

📋 copy color: '#C3611B'

red 195 ◦ green 97 ◦ blue 27

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

Shades of Chocolate #C3611B

Tints of Chocolate #C3611B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.41%

 BLUE value IS 27 (10.94% from 255) = 8.46%

R = 61.13%
G = 30.41%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C3611B (or 0xC3611B) is known color: Chocolate. HEX triplet: C3, 61 and 1B. RGB value is (195,97,27). Sum of RGB (Red+Green+Blue) = 195+97+27=319 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.13% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 27 (10.94% from 255 or 8.46% from 319); Max value from RGB is 195 - color contains mainly: red. Hex color #C3611B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3611B is #3C9EE4. Grayscale: #767676. Windows color (decimal): -3972837 or 1794499. OLE color: 1794499.

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

Color convert

RGB 195 97 27 -
CMYK 0 0.50 0.86 0.24
HSL 25º 0.76% 0.44% -
HSV(B) 25º 0.86% 0.76% -
XYZ 26.98 20.23 3.52 -
YUV 118.32 76.47 182.69 -
System Red Green Blue C M Y K H S L
Decimal 195 97 27 0 0.50 0.86 0.24 25 0.76 0.44
Hex C3 61 1B 0 32 56 18 19 4C 2C
Octal 303 141 33 0 62 126 30 31 114 54
Binary 11000011 1100001 11011 0 110010 1010110 11000 11001 1001100 101100

Color Harmonies of #C3611B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3611B

Black with #C3611B

Text Example


Text Example

White with #C3611B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3611B; }

 p { color: rgb(195,97,27); }

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

background-color css

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

 a { background-color: rgb(195,97,27); }

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

border-color css

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

 span { border-color: rgb(195,97,27); }

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