Html Css Color HEX #875517 Hot Curry

📋 copy color: '#875517'

red 135 ◦ green 85 ◦ blue 23

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

Shades of Hot Curry #875517

Tints of Hot Curry #875517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.47%

R = 55.56%
G = 34.98%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.47

RGB Variations

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

Color information

#875517 (or 0x875517) is known color: Hot Curry. HEX triplet: 87, 55 and 17. RGB value is (135,85,23). Sum of RGB (Red+Green+Blue) = 135+85+23=243 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.56% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 23 (9.38% from 255 or 9.47% from 243); Max value from RGB is 135 - color contains mainly: red. Hex color #875517 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875517 is #78AAE8. Grayscale: #5D5D5D. Windows color (decimal): -7908073 or 1529223. OLE color: 1529223.

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

Color convert

RGB 135 85 23 -
CMYK 0 0.37 0.83 0.47
HSL 33.21º 0.71% 0.31% -
HSV(B) 33.21º 0.83% 0.53% -
XYZ 13.39 11.71 2.36 -
YUV 92.88 88.57 158.04 -
System Red Green Blue C M Y K H S L
Decimal 135 85 23 0 0.37 0.83 0.47 33.21 0.71 0.31
Hex 87 55 17 0 25 53 2F 21 47 1F
Octal 207 125 27 0 45 123 57 41 107 37
Binary 10000111 1010101 10111 0 100101 1010011 101111 100001 1000111 11111

Color Harmonies of #875517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875517

Black with #875517

Text Example


Text Example

White with #875517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875517; }

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

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

background-color css

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

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

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

border-color css

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

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

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