Html Css Color HEX #865921 Hot Curry

📋 copy color: '#865921'

red 134 ◦ green 89 ◦ blue 33

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

Shades of Hot Curry #865921

Tints of Hot Curry #865921

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.77%

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

R = 52.34%
G = 34.77%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#865921 (or 0x865921) is known color: Hot Curry. HEX triplet: 86, 59 and 21. RGB value is (134,89,33). Sum of RGB (Red+Green+Blue) = 134+89+33=256 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.34% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 134 - color contains mainly: red. Hex color #865921 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865921 is #79A6DE. Grayscale: #606060. Windows color (decimal): -7972575 or 2185606. OLE color: 2185606.

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

Color convert

RGB 134 89 33 -
CMYK 0 0.34 0.75 0.47
HSL 33.27º 0.6% 0.33% -
HSV(B) 33.27º 0.75% 0.53% -
XYZ 13.68 12.32 3.1 -
YUV 96.07 92.41 155.05 -
System Red Green Blue C M Y K H S L
Decimal 134 89 33 0 0.34 0.75 0.47 33.27 0.6 0.33
Hex 86 59 21 0 22 4B 2F 21 3C 21
Octal 206 131 41 0 42 113 57 41 74 41
Binary 10000110 1011001 100001 0 100010 1001011 101111 100001 111100 100001

Color Harmonies of #865921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865921

Black with #865921

Text Example


Text Example

White with #865921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865921; }

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

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

background-color css

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

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

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

border-color css

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

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

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