Html Css Color HEX #865A20 Hot Curry

📋 copy color: '#865A20'

red 134 ◦ green 90 ◦ blue 32

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

Shades of Hot Curry #865A20

Tints of Hot Curry #865A20

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.16%

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

R = 52.34%
G = 35.16%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#865A20 (or 0x865A20) is known color: Hot Curry. HEX triplet: 86, 5A and 20. RGB value is (134,90,32). Sum of RGB (Red+Green+Blue) = 134+90+32=256 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.34% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 134 - color contains mainly: red. Hex color #865A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865A20 is #79A5DF. Grayscale: #606060. Windows color (decimal): -7972320 or 2120326. OLE color: 2120326.

HSL color Cylindrical-coordinate representation of color #865A20: hue angle of 34.12º 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 #865A20 is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 90 32 -
CMYK 0 0.33 0.76 0.47
HSL 34.12º 0.61% 0.33% -
HSV(B) 34.12º 0.76% 0.53% -
XYZ 13.75 12.48 3.05 -
YUV 96.54 91.58 154.72 -
System Red Green Blue C M Y K H S L
Decimal 134 90 32 0 0.33 0.76 0.47 34.12 0.61 0.33
Hex 86 5A 20 0 21 4C 2F 22 3D 21
Octal 206 132 40 0 41 114 57 42 75 41
Binary 10000110 1011010 100000 0 100001 1001100 101111 100010 111101 100001

Color Harmonies of #865A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865A20

Black with #865A20

Text Example


Text Example

White with #865A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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