Html Css Color HEX #875220 Hot Curry

📋 copy color: '#875220'

red 135 ◦ green 82 ◦ blue 32

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

Shades of Hot Curry #875220

Tints of Hot Curry #875220

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.93%

 BLUE value IS 32 (12.89% from 255) = 12.85%

R = 54.22%
G = 32.93%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#875220 (or 0x875220) is known color: Hot Curry. HEX triplet: 87, 52 and 20. RGB value is (135,82,32). Sum of RGB (Red+Green+Blue) = 135+82+32=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 32 (12.89% from 255 or 12.85% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #875220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875220 is #78ADDF. Grayscale: #5C5C5C. Windows color (decimal): -7908832 or 2118279. OLE color: 2118279.

HSL color Cylindrical-coordinate representation of color #875220: hue angle of 29.13º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #875220 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 82 32 -
CMYK 0 0.39 0.76 0.47
HSL 29.13º 0.62% 0.33% -
HSV(B) 29.13º 0.76% 0.53% -
XYZ 13.27 11.29 2.85 -
YUV 92.15 94.06 158.57 -
System Red Green Blue C M Y K H S L
Decimal 135 82 32 0 0.39 0.76 0.47 29.13 0.62 0.33
Hex 87 52 20 0 27 4C 2F 1D 3E 21
Octal 207 122 40 0 47 114 57 35 76 41
Binary 10000111 1010010 100000 0 100111 1001100 101111 11101 111110 100001

Color Harmonies of #875220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875220

Black with #875220

Text Example


Text Example

White with #875220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875220; }

 p { color: rgb(135,82,32); }

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

background-color css

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

 a { background-color: rgb(135,82,32); }

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

border-color css

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

 span { border-color: rgb(135,82,32); }

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