Html Css Color HEX #865E19 Hot Curry

📋 copy color: '#865E19'

red 134 ◦ green 94 ◦ blue 25

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

Shades of Hot Curry #865E19

Tints of Hot Curry #865E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.88%

R = 52.96%
G = 37.15%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#865E19 (or 0x865E19) is known color: Hot Curry. HEX triplet: 86, 5E and 19. RGB value is (134,94,25). Sum of RGB (Red+Green+Blue) = 134+94+25=253 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.96% from 253); Green value is 94 (37.11% from 255 or 37.15% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 134 - color contains mainly: red. Hex color #865E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865E19 is #79A1E6. Grayscale: #626262. Windows color (decimal): -7971303 or 1662598. OLE color: 1662598.

HSL color Cylindrical-coordinate representation of color #865E19: hue angle of 37.98º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #865E19 is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 94 25 -
CMYK 0 0.30 0.81 0.47
HSL 37.98º 0.69% 0.31% -
HSV(B) 37.98º 0.81% 0.53% -
XYZ 14.01 13.14 2.72 -
YUV 98.09 86.75 153.61 -
System Red Green Blue C M Y K H S L
Decimal 134 94 25 0 0.30 0.81 0.47 37.98 0.69 0.31
Hex 86 5E 19 0 1E 51 2F 26 45 1F
Octal 206 136 31 0 36 121 57 46 105 37
Binary 10000110 1011110 11001 0 11110 1010001 101111 100110 1000101 11111

Color Harmonies of #865E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865E19

Black with #865E19

Text Example


Text Example

White with #865E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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