Html Css Color HEX #C46A1F Chocolate

📋 copy color: '#C46A1F'

red 196 ◦ green 106 ◦ blue 31

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

Shades of Chocolate #C46A1F

Tints of Chocolate #C46A1F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.83%

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

R = 58.86%
G = 31.83%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C46A1F (or 0xC46A1F) is known color: Chocolate. HEX triplet: C4, 6A and 1F. RGB value is (196,106,31). Sum of RGB (Red+Green+Blue) = 196+106+31=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 31 (12.5% from 255 or 9.31% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C46A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46A1F is #3B95E0. Grayscale: #7C7C7C. Windows color (decimal): -3904993 or 2058948. OLE color: 2058948.

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

Color convert

RGB 196 106 31 -
CMYK 0 0.46 0.84 0.23
HSL 27.27º 0.73% 0.45% -
HSV(B) 27.27º 0.84% 0.77% -
XYZ 28.17 22.14 4.09 -
YUV 124.36 75.32 179.1 -
System Red Green Blue C M Y K H S L
Decimal 196 106 31 0 0.46 0.84 0.23 27.27 0.73 0.45
Hex C4 6A 1F 0 2E 54 17 1B 49 2D
Octal 304 152 37 0 56 124 27 33 111 55
Binary 11000100 1101010 11111 0 101110 1010100 10111 11011 1001001 101101

Color Harmonies of #C46A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46A1F

Black with #C46A1F

Text Example


Text Example

White with #C46A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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