Html Css Color HEX #865816 Hot Curry

📋 copy color: '#865816'

red 134 ◦ green 88 ◦ blue 22

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

Shades of Hot Curry #865816

Tints of Hot Curry #865816

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.07%

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

R = 54.92%
G = 36.07%
B = 9.02%

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

#865816 (or 0x865816) is known color: Hot Curry. HEX triplet: 86, 58 and 16. RGB value is (134,88,22). Sum of RGB (Red+Green+Blue) = 134+88+22=244 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.92% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 134 - color contains mainly: red. Hex color #865816 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865816 is #79A7E9. Grayscale: #5E5E5E. Windows color (decimal): -7972842 or 1464454. OLE color: 1464454.

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

Color convert

RGB 134 88 22 -
CMYK 0 0.34 0.84 0.47
HSL 35.36º 0.72% 0.31% -
HSV(B) 35.36º 0.84% 0.53% -
XYZ 13.47 12.11 2.39 -
YUV 94.23 87.24 156.37 -
System Red Green Blue C M Y K H S L
Decimal 134 88 22 0 0.34 0.84 0.47 35.36 0.72 0.31
Hex 86 58 16 0 22 54 2F 23 48 1F
Octal 206 130 26 0 42 124 57 43 110 37
Binary 10000110 1011000 10110 0 100010 1010100 101111 100011 1001000 11111

Color Harmonies of #865816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865816

Black with #865816

Text Example


Text Example

White with #865816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865816; }

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

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

background-color css

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

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

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

border-color css

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

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

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