Html Css Color HEX #865520 Hot Curry

📋 copy color: '#865520'

red 134 ◦ green 85 ◦ blue 32

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

Shades of Hot Curry #865520

Tints of Hot Curry #865520

RGB

 RED value IS 134 (52.73% from 255) = 53.39%

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

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

R = 53.39%
G = 33.86%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#865520 (or 0x865520) is known color: Hot Curry. HEX triplet: 86, 55 and 20. RGB value is (134,85,32). Sum of RGB (Red+Green+Blue) = 134+85+32=251 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.39% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 32 (12.89% from 255 or 12.75% from 251); Max value from RGB is 134 - color contains mainly: red. Hex color #865520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865520 is #79AADF. Grayscale: #5D5D5D. Windows color (decimal): -7973600 or 2119046. OLE color: 2119046.

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

Color convert

RGB 134 85 32 -
CMYK 0 0.37 0.76 0.47
HSL 31.18º 0.61% 0.33% -
HSV(B) 31.18º 0.76% 0.53% -
XYZ 13.34 11.67 2.92 -
YUV 93.61 93.23 156.81 -
System Red Green Blue C M Y K H S L
Decimal 134 85 32 0 0.37 0.76 0.47 31.18 0.61 0.33
Hex 86 55 20 0 25 4C 2F 1F 3D 21
Octal 206 125 40 0 45 114 57 37 75 41
Binary 10000110 1010101 100000 0 100101 1001100 101111 11111 111101 100001

Color Harmonies of #865520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865520

Black with #865520

Text Example


Text Example

White with #865520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865520; }

 p { color: rgb(134,85,32); }

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

background-color css

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

 a { background-color: rgb(134,85,32); }

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

border-color css

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

 span { border-color: rgb(134,85,32); }

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