Html Css Color HEX #865918 Hot Curry

📋 copy color: '#865918'

red 134 ◦ green 89 ◦ blue 24

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

Shades of Hot Curry #865918

Tints of Hot Curry #865918

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.03%

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

R = 54.25%
G = 36.03%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#865918 (or 0x865918) is known color: Hot Curry. HEX triplet: 86, 59 and 18. RGB value is (134,89,24). Sum of RGB (Red+Green+Blue) = 134+89+24=247 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.25% from 247); Green value is 89 (35.16% from 255 or 36.03% from 247); Blue value is 24 (9.77% from 255 or 9.72% from 247); Max value from RGB is 134 - color contains mainly: red. Hex color #865918 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865918 is #79A6E7. Grayscale: #5F5F5F. Windows color (decimal): -7972584 or 1595782. OLE color: 1595782.

HSL color Cylindrical-coordinate representation of color #865918: hue angle of 35.45º 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 #865918 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 89 24 -
CMYK 0 0.34 0.82 0.47
HSL 35.45º 0.7% 0.31% -
HSV(B) 35.45º 0.82% 0.53% -
XYZ 13.57 12.28 2.52 -
YUV 95.05 87.91 155.79 -
System Red Green Blue C M Y K H S L
Decimal 134 89 24 0 0.34 0.82 0.47 35.45 0.7 0.31
Hex 86 59 18 0 22 52 2F 23 46 1F
Octal 206 131 30 0 42 122 57 43 106 37
Binary 10000110 1011001 11000 0 100010 1010010 101111 100011 1000110 11111

Color Harmonies of #865918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865918

Black with #865918

Text Example


Text Example

White with #865918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865918; }

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

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

background-color css

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

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

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

border-color css

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

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

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