Html Css Color HEX #875F27 Hot Curry

📋 copy color: '#875F27'

red 135 ◦ green 95 ◦ blue 39

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

Shades of Hot Curry #875F27

Tints of Hot Curry #875F27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.5%

R = 50.19%
G = 35.32%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#875F27 (or 0x875F27) is known color: Hot Curry. HEX triplet: 87, 5F and 27. RGB value is (135,95,39). Sum of RGB (Red+Green+Blue) = 135+95+39=269 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.19% from 269); Green value is 95 (37.5% from 255 or 35.32% from 269); Blue value is 39 (15.62% from 255 or 14.50% from 269); Max value from RGB is 135 - color contains mainly: red. Hex color #875F27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875F27 is #78A0D8. Grayscale: #646464. Windows color (decimal): -7905497 or 2580359. OLE color: 2580359.

HSL color Cylindrical-coordinate representation of color #875F27: hue angle of 35º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #875F27 is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 95 39 -
CMYK 0 0.30 0.71 0.47
HSL 35º 0.55% 0.34% -
HSV(B) 35º 0.71% 0.53% -
XYZ 14.45 13.48 3.76 -
YUV 100.58 93.25 152.55 -
System Red Green Blue C M Y K H S L
Decimal 135 95 39 0 0.30 0.71 0.47 35 0.55 0.34
Hex 87 5F 27 0 1E 47 2F 23 37 22
Octal 207 137 47 0 36 107 57 43 67 42
Binary 10000111 1011111 100111 0 11110 1000111 101111 100011 110111 100010

Color Harmonies of #875F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875F27

Black with #875F27

Text Example


Text Example

White with #875F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875F27; }

 p { color: rgb(135,95,39); }

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

background-color css

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

 a { background-color: rgb(135,95,39); }

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

border-color css

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

 span { border-color: rgb(135,95,39); }

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