Html Css Color HEX #865916 Hot Curry

📋 copy color: '#865916'

red 134 ◦ green 89 ◦ blue 22

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

Shades of Hot Curry #865916

Tints of Hot Curry #865916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.98%

R = 54.69%
G = 36.33%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#865916 (or 0x865916) is known color: Hot Curry. HEX triplet: 86, 59 and 16. RGB value is (134,89,22). Sum of RGB (Red+Green+Blue) = 134+89+22=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #865916 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865916 is #79A6E9. Grayscale: #5F5F5F. Windows color (decimal): -7972586 or 1464710. OLE color: 1464710.

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

Color convert

RGB 134 89 22 -
CMYK 0 0.34 0.84 0.47
HSL 35.89º 0.72% 0.31% -
HSV(B) 35.89º 0.84% 0.53% -
XYZ 13.55 12.27 2.41 -
YUV 94.82 86.91 155.95 -
System Red Green Blue C M Y K H S L
Decimal 134 89 22 0 0.34 0.84 0.47 35.89 0.72 0.31
Hex 86 59 16 0 22 54 2F 24 48 1F
Octal 206 131 26 0 42 124 57 44 110 37
Binary 10000110 1011001 10110 0 100010 1010100 101111 100100 1001000 11111

Color Harmonies of #865916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865916

Black with #865916

Text Example


Text Example

White with #865916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865916; }

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

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

background-color css

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

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

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

border-color css

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

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

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