Html Css Color HEX #865E21 Hot Curry

📋 copy color: '#865E21'

red 134 ◦ green 94 ◦ blue 33

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

Shades of Hot Curry #865E21

Tints of Hot Curry #865E21

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.02%

 BLUE value IS 33 (13.28% from 255) = 12.64%

R = 51.34%
G = 36.02%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#865E21 (or 0x865E21) is known color: Hot Curry. HEX triplet: 86, 5E and 21. RGB value is (134,94,33). Sum of RGB (Red+Green+Blue) = 134+94+33=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 94 (37.11% from 255 or 36.02% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #865E21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865E21 is #79A1DE. Grayscale: #636363. Windows color (decimal): -7971295 or 2186886. OLE color: 2186886.

HSL color Cylindrical-coordinate representation of color #865E21: hue angle of 36.24º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #865E21 is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 94 33 -
CMYK 0 0.30 0.75 0.47
HSL 36.24º 0.6% 0.33% -
HSV(B) 36.24º 0.75% 0.53% -
XYZ 14.11 13.18 3.24 -
YUV 99.01 90.75 152.96 -
System Red Green Blue C M Y K H S L
Decimal 134 94 33 0 0.30 0.75 0.47 36.24 0.6 0.33
Hex 86 5E 21 0 1E 4B 2F 24 3C 21
Octal 206 136 41 0 36 113 57 44 74 41
Binary 10000110 1011110 100001 0 11110 1001011 101111 100100 111100 100001

Color Harmonies of #865E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865E21

Black with #865E21

Text Example


Text Example

White with #865E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,94,33); }

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

background-color css

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

 a { background-color: rgb(134,94,33); }

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

border-color css

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

 span { border-color: rgb(134,94,33); }

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