Html Css Color HEX #875519 Hot Curry

📋 copy color: '#875519'

red 135 ◦ green 85 ◦ blue 25

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

Shades of Hot Curry #875519

Tints of Hot Curry #875519

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.69%

 BLUE value IS 25 (10.16% from 255) = 10.2%

R = 55.1%
G = 34.69%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#875519 (or 0x875519) is known color: Hot Curry. HEX triplet: 87, 55 and 19. RGB value is (135,85,25). Sum of RGB (Red+Green+Blue) = 135+85+25=245 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.10% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 135 - color contains mainly: red. Hex color #875519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875519 is #78AAE6. Grayscale: #5D5D5D. Windows color (decimal): -7908071 or 1660295. OLE color: 1660295.

HSL color Cylindrical-coordinate representation of color #875519: hue angle of 32.73º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #875519 is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 85 25 -
CMYK 0 0.37 0.81 0.47
HSL 32.73º 0.69% 0.31% -
HSV(B) 32.73º 0.81% 0.53% -
XYZ 13.42 11.72 2.47 -
YUV 93.11 89.57 157.88 -
System Red Green Blue C M Y K H S L
Decimal 135 85 25 0 0.37 0.81 0.47 32.73 0.69 0.31
Hex 87 55 19 0 25 51 2F 21 45 1F
Octal 207 125 31 0 45 121 57 41 105 37
Binary 10000111 1010101 11001 0 100101 1010001 101111 100001 1000101 11111

Color Harmonies of #875519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875519

Black with #875519

Text Example


Text Example

White with #875519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875519; }

 p { color: rgb(135,85,25); }

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

background-color css

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

 a { background-color: rgb(135,85,25); }

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

border-color css

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

 span { border-color: rgb(135,85,25); }

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