Html Css Color HEX #865620 Hot Curry

📋 copy color: '#865620'

red 134 ◦ green 86 ◦ blue 32

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

Shades of Hot Curry #865620

Tints of Hot Curry #865620

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.13%

 BLUE value IS 32 (12.89% from 255) = 12.7%

R = 53.17%
G = 34.13%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#865620 (or 0x865620) is known color: Hot Curry. HEX triplet: 86, 56 and 20. RGB value is (134,86,32). Sum of RGB (Red+Green+Blue) = 134+86+32=252 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.17% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 134 - color contains mainly: red. Hex color #865620 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865620 is #79A9DF. Grayscale: #5E5E5E. Windows color (decimal): -7973344 or 2119302. OLE color: 2119302.

HSL color Cylindrical-coordinate representation of color #865620: hue angle of 31.76º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #865620 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 86 32 -
CMYK 0 0.36 0.76 0.47
HSL 31.76º 0.61% 0.33% -
HSV(B) 31.76º 0.76% 0.53% -
XYZ 13.42 11.83 2.94 -
YUV 94.2 92.9 156.39 -
System Red Green Blue C M Y K H S L
Decimal 134 86 32 0 0.36 0.76 0.47 31.76 0.61 0.33
Hex 86 56 20 0 24 4C 2F 20 3D 21
Octal 206 126 40 0 44 114 57 40 75 41
Binary 10000110 1010110 100000 0 100100 1001100 101111 100000 111101 100001

Color Harmonies of #865620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865620

Black with #865620

Text Example


Text Example

White with #865620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865620; }

 p { color: rgb(134,86,32); }

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

background-color css

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

 a { background-color: rgb(134,86,32); }

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

border-color css

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

 span { border-color: rgb(134,86,32); }

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