Html Css Color HEX #865A28 Hot Curry

📋 copy color: '#865A28'

red 134 ◦ green 90 ◦ blue 40

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

Shades of Hot Curry #865A28

Tints of Hot Curry #865A28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.15%

R = 50.76%
G = 34.09%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#865A28 (or 0x865A28) is known color: Hot Curry. HEX triplet: 86, 5A and 28. RGB value is (134,90,40). Sum of RGB (Red+Green+Blue) = 134+90+40=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 90 (35.55% from 255 or 34.09% from 264); Blue value is 40 (16.02% from 255 or 15.15% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #865A28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865A28 is #79A5D7. Grayscale: #616161. Windows color (decimal): -7972312 or 2644614. OLE color: 2644614.

HSL color Cylindrical-coordinate representation of color #865A28: hue angle of 31.91º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #865A28 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 90 40 -
CMYK 0 0.33 0.70 0.47
HSL 31.91º 0.54% 0.34% -
HSV(B) 31.91º 0.7% 0.53% -
XYZ 13.87 12.53 3.7 -
YUV 97.46 95.58 154.07 -
System Red Green Blue C M Y K H S L
Decimal 134 90 40 0 0.33 0.70 0.47 31.91 0.54 0.34
Hex 86 5A 28 0 21 46 2F 20 36 22
Octal 206 132 50 0 41 106 57 40 66 42
Binary 10000110 1011010 101000 0 100001 1000110 101111 100000 110110 100010

Color Harmonies of #865A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865A28

Black with #865A28

Text Example


Text Example

White with #865A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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