Html Css Color HEX #875614 Hot Curry

📋 copy color: '#875614'

red 135 ◦ green 86 ◦ blue 20

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

Shades of Hot Curry #875614

Tints of Hot Curry #875614

RGB

 RED value IS 135 (53.13% from 255) = 56.02%

 GREEN value IS 86 (33.98% from 255) = 35.68%

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

R = 56.02%
G = 35.68%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#875614 (or 0x875614) is known color: Hot Curry. HEX triplet: 87, 56 and 14. RGB value is (135,86,20). Sum of RGB (Red+Green+Blue) = 135+86+20=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #875614 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875614 is #78A9EB. Grayscale: #5D5D5D. Windows color (decimal): -7907820 or 1332871. OLE color: 1332871.

HSL color Cylindrical-coordinate representation of color #875614: hue angle of 34.43º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #875614 is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 86 20 -
CMYK 0 0.36 0.85 0.47
HSL 34.43º 0.74% 0.3% -
HSV(B) 34.43º 0.85% 0.53% -
XYZ 13.45 11.86 2.24 -
YUV 93.13 86.73 157.87 -
System Red Green Blue C M Y K H S L
Decimal 135 86 20 0 0.36 0.85 0.47 34.43 0.74 0.3
Hex 87 56 14 0 24 55 2F 22 4A 1E
Octal 207 126 24 0 44 125 57 42 112 36
Binary 10000111 1010110 10100 0 100100 1010101 101111 100010 1001010 11110

Color Harmonies of #875614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875614

Black with #875614

Text Example


Text Example

White with #875614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875614; }

 p { color: rgb(135,86,20); }

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

background-color css

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

 a { background-color: rgb(135,86,20); }

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

border-color css

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

 span { border-color: rgb(135,86,20); }

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