Html Css Color HEX #865716 Hot Curry

📋 copy color: '#865716'

red 134 ◦ green 87 ◦ blue 22

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

Shades of Hot Curry #865716

Tints of Hot Curry #865716

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.8%

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

R = 55.14%
G = 35.8%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#865716 (or 0x865716) is known color: Hot Curry. HEX triplet: 86, 57 and 16. RGB value is (134,87,22). Sum of RGB (Red+Green+Blue) = 134+87+22=243 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.14% from 243); Green value is 87 (34.38% from 255 or 35.80% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 134 - color contains mainly: red. Hex color #865716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865716 is #79A8E9. Grayscale: #5D5D5D. Windows color (decimal): -7973098 or 1464198. OLE color: 1464198.

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

Color convert

RGB 134 87 22 -
CMYK 0 0.35 0.84 0.47
HSL 34.82º 0.72% 0.31% -
HSV(B) 34.82º 0.84% 0.53% -
XYZ 13.38 11.94 2.36 -
YUV 93.64 87.57 156.79 -
System Red Green Blue C M Y K H S L
Decimal 134 87 22 0 0.35 0.84 0.47 34.82 0.72 0.31
Hex 86 57 16 0 23 54 2F 23 48 1F
Octal 206 127 26 0 43 124 57 43 110 37
Binary 10000110 1010111 10110 0 100011 1010100 101111 100011 1001000 11111

Color Harmonies of #865716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865716

Black with #865716

Text Example


Text Example

White with #865716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865716; }

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

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

background-color css

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

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

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

border-color css

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

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

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