Html Css Color HEX #865518 Hot Curry

📋 copy color: '#865518'

red 134 ◦ green 85 ◦ blue 24

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

Shades of Hot Curry #865518

Tints of Hot Curry #865518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.88%

R = 55.14%
G = 34.98%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#865518 (or 0x865518) is known color: Hot Curry. HEX triplet: 86, 55 and 18. RGB value is (134,85,24). Sum of RGB (Red+Green+Blue) = 134+85+24=243 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.14% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 24 (9.77% from 255 or 9.88% from 243); Max value from RGB is 134 - color contains mainly: red. Hex color #865518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865518 is #79AAE7. Grayscale: #5C5C5C. Windows color (decimal): -7973608 or 1594758. OLE color: 1594758.

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

Color convert

RGB 134 85 24 -
CMYK 0 0.37 0.82 0.47
HSL 33.27º 0.7% 0.31% -
HSV(B) 33.27º 0.82% 0.53% -
XYZ 13.24 11.63 2.41 -
YUV 92.7 89.23 157.46 -
System Red Green Blue C M Y K H S L
Decimal 134 85 24 0 0.37 0.82 0.47 33.27 0.7 0.31
Hex 86 55 18 0 25 52 2F 21 46 1F
Octal 206 125 30 0 45 122 57 41 106 37
Binary 10000110 1010101 11000 0 100101 1010010 101111 100001 1000110 11111

Color Harmonies of #865518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865518

Black with #865518

Text Example


Text Example

White with #865518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865518; }

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

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

background-color css

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

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

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

border-color css

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

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

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