Html Css Color HEX #875523 Hot Curry

📋 copy color: '#875523'

red 135 ◦ green 85 ◦ blue 35

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

Shades of Hot Curry #875523

Tints of Hot Curry #875523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.73%

R = 52.94%
G = 33.33%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.74

 K value IS 0.47

RGB Variations

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

Color information

#875523 (or 0x875523) is known color: Hot Curry. HEX triplet: 87, 55 and 23. RGB value is (135,85,35). Sum of RGB (Red+Green+Blue) = 135+85+35=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 35 (14.06% from 255 or 13.73% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #875523 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875523 is #78AADC. Grayscale: #5E5E5E. Windows color (decimal): -7908061 or 2315655. OLE color: 2315655.

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

Color convert

RGB 135 85 35 -
CMYK 0 0.37 0.74 0.47
HSL 30º 0.59% 0.33% -
HSV(B) 30º 0.74% 0.53% -
XYZ 13.54 11.77 3.15 -
YUV 94.25 94.57 157.07 -
System Red Green Blue C M Y K H S L
Decimal 135 85 35 0 0.37 0.74 0.47 30 0.59 0.33
Hex 87 55 23 0 25 4A 2F 1E 3B 21
Octal 207 125 43 0 45 112 57 36 73 41
Binary 10000111 1010101 100011 0 100101 1001010 101111 11110 111011 100001

Color Harmonies of #875523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875523

Black with #875523

Text Example


Text Example

White with #875523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875523; }

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

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

background-color css

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

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

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

border-color css

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

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

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