Html Css Color HEX #87601D Hot Curry

📋 copy color: '#87601D'

red 135 ◦ green 96 ◦ blue 29

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

Shades of Hot Curry #87601D

Tints of Hot Curry #87601D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.92%

 BLUE value IS 29 (11.72% from 255) = 11.15%

R = 51.92%
G = 36.92%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#87601D (or 0x87601D) is known color: Hot Curry. HEX triplet: 87, 60 and 1D. RGB value is (135,96,29). Sum of RGB (Red+Green+Blue) = 135+96+29=260 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.92% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 135 - color contains mainly: red. Hex color #87601D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87601D is #789FE2. Grayscale: #646464. Windows color (decimal): -7905251 or 1925255. OLE color: 1925255.

HSL color Cylindrical-coordinate representation of color #87601D: hue angle of 37.92º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #87601D is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 96 29 -
CMYK 0 0.29 0.79 0.47
HSL 37.92º 0.65% 0.32% -
HSV(B) 37.92º 0.79% 0.53% -
XYZ 14.4 13.61 3.03 -
YUV 100.02 87.92 152.95 -
System Red Green Blue C M Y K H S L
Decimal 135 96 29 0 0.29 0.79 0.47 37.92 0.65 0.32
Hex 87 60 1D 0 1D 4F 2F 26 41 20
Octal 207 140 35 0 35 117 57 46 101 40
Binary 10000111 1100000 11101 0 11101 1001111 101111 100110 1000001 100000

Color Harmonies of #87601D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87601D

Black with #87601D

Text Example


Text Example

White with #87601D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87601D; }

 p { color: rgb(135,96,29); }

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

background-color css

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

 a { background-color: rgb(135,96,29); }

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

border-color css

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

 span { border-color: rgb(135,96,29); }

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