Html Css Color HEX #C45F14 Chocolate

📋 copy color: '#C45F14'

red 196 ◦ green 95 ◦ blue 20

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

Shades of Chocolate #C45F14

Tints of Chocolate #C45F14

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.55%

 BLUE value IS 20 (8.2% from 255) = 6.43%

R = 63.02%
G = 30.55%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C45F14 (or 0xC45F14) is known color: Chocolate. HEX triplet: C4, 5F and 14. RGB value is (196,95,20). Sum of RGB (Red+Green+Blue) = 196+95+20=311 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.02% from 311); Green value is 95 (37.5% from 255 or 30.55% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 196 - color contains mainly: red. Hex color #C45F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45F14 is #3BA0EB. Grayscale: #757575. Windows color (decimal): -3907820 or 1335236. OLE color: 1335236.

HSL color Cylindrical-coordinate representation of color #C45F14: hue angle of 25.57º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C45F14 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 95 20 -
CMYK 0 0.52 0.90 0.23
HSL 25.57º 0.81% 0.42% -
HSV(B) 25.57º 0.9% 0.77% -
XYZ 26.98 19.97 3.09 -
YUV 116.65 73.46 184.6 -
System Red Green Blue C M Y K H S L
Decimal 196 95 20 0 0.52 0.90 0.23 25.57 0.81 0.42
Hex C4 5F 14 0 34 5A 17 1A 51 2A
Octal 304 137 24 0 64 132 27 32 121 52
Binary 11000100 1011111 10100 0 110100 1011010 10111 11010 1010001 101010

Color Harmonies of #C45F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45F14

Black with #C45F14

Text Example


Text Example

White with #C45F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45F14; }

 p { color: rgb(196,95,20); }

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

background-color css

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

 a { background-color: rgb(196,95,20); }

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

border-color css

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

 span { border-color: rgb(196,95,20); }

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