Html Css Color HEX #875C20 Hot Curry

📋 copy color: '#875C20'

red 135 ◦ green 92 ◦ blue 32

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

Shades of Hot Curry #875C20

Tints of Hot Curry #875C20

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.52%

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

R = 52.12%
G = 35.52%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#875C20 (or 0x875C20) is known color: Hot Curry. HEX triplet: 87, 5C and 20. RGB value is (135,92,32). Sum of RGB (Red+Green+Blue) = 135+92+32=259 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.12% from 259); Green value is 92 (36.33% from 255 or 35.52% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 135 - color contains mainly: red. Hex color #875C20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875C20 is #78A3DF. Grayscale: #626262. Windows color (decimal): -7906272 or 2120839. OLE color: 2120839.

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

Color convert

RGB 135 92 32 -
CMYK 0 0.32 0.76 0.47
HSL 34.95º 0.62% 0.33% -
HSV(B) 34.95º 0.76% 0.53% -
XYZ 14.08 12.91 3.12 -
YUV 98.02 90.75 154.38 -
System Red Green Blue C M Y K H S L
Decimal 135 92 32 0 0.32 0.76 0.47 34.95 0.62 0.33
Hex 87 5C 20 0 20 4C 2F 23 3E 21
Octal 207 134 40 0 40 114 57 43 76 41
Binary 10000111 1011100 100000 0 100000 1001100 101111 100011 111110 100001

Color Harmonies of #875C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875C20

Black with #875C20

Text Example


Text Example

White with #875C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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