Html Css Color HEX #865728 Hot Curry

📋 copy color: '#865728'

red 134 ◦ green 87 ◦ blue 40

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

Shades of Hot Curry #865728

Tints of Hot Curry #865728

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.33%

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

R = 51.34%
G = 33.33%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#865728 (or 0x865728) is known color: Hot Curry. HEX triplet: 86, 57 and 28. RGB value is (134,87,40). Sum of RGB (Red+Green+Blue) = 134+87+40=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 40 (16.02% from 255 or 15.33% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #865728 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865728 is #79A8D7. Grayscale: #5F5F5F. Windows color (decimal): -7973080 or 2643846. OLE color: 2643846.

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

Color convert

RGB 134 87 40 -
CMYK 0 0.35 0.70 0.47
HSL 30º 0.54% 0.34% -
HSV(B) 30º 0.7% 0.53% -
XYZ 13.62 12.04 3.61 -
YUV 95.7 96.57 155.32 -
System Red Green Blue C M Y K H S L
Decimal 134 87 40 0 0.35 0.70 0.47 30 0.54 0.34
Hex 86 57 28 0 23 46 2F 1E 36 22
Octal 206 127 50 0 43 106 57 36 66 42
Binary 10000110 1010111 101000 0 100011 1000110 101111 11110 110110 100010

Color Harmonies of #865728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865728

Black with #865728

Text Example


Text Example

White with #865728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865728; }

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

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

background-color css

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

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

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

border-color css

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

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

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