Html Css Color HEX #865621 Hot Curry

📋 copy color: '#865621'

red 134 ◦ green 86 ◦ blue 33

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

Shades of Hot Curry #865621

Tints of Hot Curry #865621

RGB

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

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

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

R = 52.96%
G = 33.99%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#865621 (or 0x865621) is known color: Hot Curry. HEX triplet: 86, 56 and 21. RGB value is (134,86,33). Sum of RGB (Red+Green+Blue) = 134+86+33=253 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.96% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 134 - color contains mainly: red. Hex color #865621 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865621 is #79A9DE. Grayscale: #5E5E5E. Windows color (decimal): -7973343 or 2184838. OLE color: 2184838.

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

Color convert

RGB 134 86 33 -
CMYK 0 0.36 0.75 0.47
HSL 31.49º 0.6% 0.33% -
HSV(B) 31.49º 0.75% 0.53% -
XYZ 13.43 11.83 3.01 -
YUV 94.31 93.4 156.31 -
System Red Green Blue C M Y K H S L
Decimal 134 86 33 0 0.36 0.75 0.47 31.49 0.6 0.33
Hex 86 56 21 0 24 4B 2F 1F 3C 21
Octal 206 126 41 0 44 113 57 37 74 41
Binary 10000110 1010110 100001 0 100100 1001011 101111 11111 111100 100001

Color Harmonies of #865621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865621

Black with #865621

Text Example


Text Example

White with #865621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865621; }

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

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

background-color css

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

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

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

border-color css

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

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

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