Html Css Color HEX #C5681F Chocolate

📋 copy color: '#C5681F'

red 197 ◦ green 104 ◦ blue 31

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

Shades of Chocolate #C5681F

Tints of Chocolate #C5681F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.33%

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

R = 59.34%
G = 31.33%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C5681F (or 0xC5681F) is known color: Chocolate. HEX triplet: C5, 68 and 1F. RGB value is (197,104,31). Sum of RGB (Red+Green+Blue) = 197+104+31=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 31 (12.5% from 255 or 9.34% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C5681F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5681F is #3A97E0. Grayscale: #7B7B7B. Windows color (decimal): -3839969 or 2058437. OLE color: 2058437.

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

Color convert

RGB 197 104 31 -
CMYK 0 0.47 0.84 0.23
HSL 26.39º 0.73% 0.45% -
HSV(B) 26.39º 0.84% 0.77% -
XYZ 28.22 21.87 4.03 -
YUV 123.49 75.81 180.44 -
System Red Green Blue C M Y K H S L
Decimal 197 104 31 0 0.47 0.84 0.23 26.39 0.73 0.45
Hex C5 68 1F 0 2F 54 17 1A 49 2D
Octal 305 150 37 0 57 124 27 32 111 55
Binary 11000101 1101000 11111 0 101111 1010100 10111 11010 1001001 101101

Color Harmonies of #C5681F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5681F

Black with #C5681F

Text Example


Text Example

White with #C5681F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5681F; }

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

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

background-color css

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

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

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

border-color css

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

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

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