Html Css Color HEX #875820 Hot Curry

📋 copy color: '#875820'

red 135 ◦ green 88 ◦ blue 32

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

Shades of Hot Curry #875820

Tints of Hot Curry #875820

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.51%

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

R = 52.94%
G = 34.51%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#875820 (or 0x875820) is known color: Hot Curry. HEX triplet: 87, 58 and 20. RGB value is (135,88,32). Sum of RGB (Red+Green+Blue) = 135+88+32=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #875820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875820 is #78A7DF. Grayscale: #5F5F5F. Windows color (decimal): -7907296 or 2119815. OLE color: 2119815.

HSL color Cylindrical-coordinate representation of color #875820: hue angle of 32.62º 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 #875820 is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 88 32 -
CMYK 0 0.35 0.76 0.47
HSL 32.62º 0.62% 0.33% -
HSV(B) 32.62º 0.76% 0.53% -
XYZ 13.74 12.23 3 -
YUV 95.67 92.07 156.05 -
System Red Green Blue C M Y K H S L
Decimal 135 88 32 0 0.35 0.76 0.47 32.62 0.62 0.33
Hex 87 58 20 0 23 4C 2F 21 3E 21
Octal 207 130 40 0 43 114 57 41 76 41
Binary 10000111 1011000 100000 0 100011 1001100 101111 100001 111110 100001

Color Harmonies of #875820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875820

Black with #875820

Text Example


Text Example

White with #875820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875820; }

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

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

background-color css

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

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

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

border-color css

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

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

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