Html Css Color HEX #865524 Hot Curry

📋 copy color: '#865524'

red 134 ◦ green 85 ◦ blue 36

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

Shades of Hot Curry #865524

Tints of Hot Curry #865524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.12%

R = 52.55%
G = 33.33%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#865524 (or 0x865524) is known color: Hot Curry. HEX triplet: 86, 55 and 24. RGB value is (134,85,36). Sum of RGB (Red+Green+Blue) = 134+85+36=255 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.55% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 36 (14.45% from 255 or 14.12% from 255); Max value from RGB is 134 - color contains mainly: red. Hex color #865524 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865524 is #79AADB. Grayscale: #5E5E5E. Windows color (decimal): -7973596 or 2381190. OLE color: 2381190.

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

Color convert

RGB 134 85 36 -
CMYK 0 0.37 0.73 0.47
HSL 30º 0.58% 0.33% -
HSV(B) 30º 0.73% 0.53% -
XYZ 13.4 11.69 3.22 -
YUV 94.07 95.23 156.48 -
System Red Green Blue C M Y K H S L
Decimal 134 85 36 0 0.37 0.73 0.47 30 0.58 0.33
Hex 86 55 24 0 25 49 2F 1E 3A 21
Octal 206 125 44 0 45 111 57 36 72 41
Binary 10000110 1010101 100100 0 100101 1001001 101111 11110 111010 100001

Color Harmonies of #865524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865524

Black with #865524

Text Example


Text Example

White with #865524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865524; }

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

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

background-color css

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

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

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

border-color css

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

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

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