Html Css Color HEX #865525 Hot Curry

📋 copy color: '#865525'

red 134 ◦ green 85 ◦ blue 37

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

Shades of Hot Curry #865525

Tints of Hot Curry #865525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.45%

R = 52.34%
G = 33.2%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#865525 (or 0x865525) is known color: Hot Curry. HEX triplet: 86, 55 and 25. RGB value is (134,85,37). Sum of RGB (Red+Green+Blue) = 134+85+37=256 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.34% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 134 - color contains mainly: red. Hex color #865525 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865525 is #79AADA. Grayscale: #5E5E5E. Windows color (decimal): -7973595 or 2446726. OLE color: 2446726.

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

Color convert

RGB 134 85 37 -
CMYK 0 0.37 0.72 0.47
HSL 29.69º 0.57% 0.34% -
HSV(B) 29.69º 0.72% 0.53% -
XYZ 13.41 11.7 3.3 -
YUV 94.18 95.73 156.4 -
System Red Green Blue C M Y K H S L
Decimal 134 85 37 0 0.37 0.72 0.47 29.69 0.57 0.34
Hex 86 55 25 0 25 48 2F 1E 39 22
Octal 206 125 45 0 45 110 57 36 71 42
Binary 10000110 1010101 100101 0 100101 1001000 101111 11110 111001 100010

Color Harmonies of #865525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865525

Black with #865525

Text Example


Text Example

White with #865525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865525; }

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

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

background-color css

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

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

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

border-color css

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

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

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