Html Css Color HEX #875A28 Hot Curry

📋 copy color: '#875A28'

red 135 ◦ green 90 ◦ blue 40

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

Shades of Hot Curry #875A28

Tints of Hot Curry #875A28

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.96%

 BLUE value IS 40 (16.02% from 255) = 15.09%

R = 50.94%
G = 33.96%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#875A28 (or 0x875A28) is known color: Hot Curry. HEX triplet: 87, 5A and 28. RGB value is (135,90,40). Sum of RGB (Red+Green+Blue) = 135+90+40=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 40 (16.02% from 255 or 15.09% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #875A28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875A28 is #78A5D7. Grayscale: #626262. Windows color (decimal): -7906776 or 2644615. OLE color: 2644615.

HSL color Cylindrical-coordinate representation of color #875A28: hue angle of 31.58º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #875A28 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 90 40 -
CMYK 0 0.33 0.70 0.47
HSL 31.58º 0.54% 0.34% -
HSV(B) 31.58º 0.7% 0.53% -
XYZ 14.03 12.62 3.7 -
YUV 97.76 95.41 154.57 -
System Red Green Blue C M Y K H S L
Decimal 135 90 40 0 0.33 0.70 0.47 31.58 0.54 0.34
Hex 87 5A 28 0 21 46 2F 20 36 22
Octal 207 132 50 0 41 106 57 40 66 42
Binary 10000111 1011010 101000 0 100001 1000110 101111 100000 110110 100010

Color Harmonies of #875A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875A28

Black with #875A28

Text Example


Text Example

White with #875A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,90,40); }

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

background-color css

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

 a { background-color: rgb(135,90,40); }

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

border-color css

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

 span { border-color: rgb(135,90,40); }

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