Html Css Color HEX #C5661F Chocolate

📋 copy color: '#C5661F'

red 197 ◦ green 102 ◦ blue 31

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

Shades of Chocolate #C5661F

Tints of Chocolate #C5661F

RGB

 RED value IS 197 (77.34% from 255) = 59.7%

 GREEN value IS 102 (40.23% from 255) = 30.91%

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

R = 59.7%
G = 30.91%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C5661F (or 0xC5661F) is known color: Chocolate. HEX triplet: C5, 66 and 1F. RGB value is (197,102,31). Sum of RGB (Red+Green+Blue) = 197+102+31=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 31 (12.5% from 255 or 9.39% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C5661F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5661F is #3A99E0. Grayscale: #7A7A7A. Windows color (decimal): -3840481 or 2057925. OLE color: 2057925.

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

Color convert

RGB 197 102 31 -
CMYK 0 0.48 0.84 0.23
HSL 25.66º 0.73% 0.45% -
HSV(B) 25.66º 0.84% 0.77% -
XYZ 28.02 21.47 3.96 -
YUV 122.31 76.47 181.27 -
System Red Green Blue C M Y K H S L
Decimal 197 102 31 0 0.48 0.84 0.23 25.66 0.73 0.45
Hex C5 66 1F 0 30 54 17 1A 49 2D
Octal 305 146 37 0 60 124 27 32 111 55
Binary 11000101 1100110 11111 0 110000 1010100 10111 11010 1001001 101101

Color Harmonies of #C5661F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5661F

Black with #C5661F

Text Example


Text Example

White with #C5661F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5661F; }

 p { color: rgb(197,102,31); }

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

background-color css

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

 a { background-color: rgb(197,102,31); }

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

border-color css

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

 span { border-color: rgb(197,102,31); }

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