Html Css Color HEX #865E24 Hot Curry

📋 copy color: '#865E24'

red 134 ◦ green 94 ◦ blue 36

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

Shades of Hot Curry #865E24

Tints of Hot Curry #865E24

RGB

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

 GREEN value IS 94 (37.11% from 255) = 35.61%

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

R = 50.76%
G = 35.61%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#865E24 (or 0x865E24) is known color: Hot Curry. HEX triplet: 86, 5E and 24. RGB value is (134,94,36). Sum of RGB (Red+Green+Blue) = 134+94+36=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 94 (37.11% from 255 or 35.61% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #865E24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865E24 is #79A1DB. Grayscale: #636363. Windows color (decimal): -7971292 or 2383494. OLE color: 2383494.

HSL color Cylindrical-coordinate representation of color #865E24: hue angle of 35.51º 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 #865E24 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 94 36 -
CMYK 0 0.30 0.73 0.47
HSL 35.51º 0.58% 0.33% -
HSV(B) 35.51º 0.73% 0.53% -
XYZ 14.15 13.2 3.47 -
YUV 99.35 92.25 152.72 -
System Red Green Blue C M Y K H S L
Decimal 134 94 36 0 0.30 0.73 0.47 35.51 0.58 0.33
Hex 86 5E 24 0 1E 49 2F 24 3A 21
Octal 206 136 44 0 36 111 57 44 72 41
Binary 10000110 1011110 100100 0 11110 1001001 101111 100100 111010 100001

Color Harmonies of #865E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865E24

Black with #865E24

Text Example


Text Example

White with #865E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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