Html Css Color HEX #86591D Hot Curry

📋 copy color: '#86591D'

red 134 ◦ green 89 ◦ blue 29

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

Shades of Hot Curry #86591D

Tints of Hot Curry #86591D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.51%

R = 53.17%
G = 35.32%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#86591D (or 0x86591D) is known color: Hot Curry. HEX triplet: 86, 59 and 1D. RGB value is (134,89,29). Sum of RGB (Red+Green+Blue) = 134+89+29=252 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.17% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 134 - color contains mainly: red. Hex color #86591D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86591D is #79A6E2. Grayscale: #5F5F5F. Windows color (decimal): -7972579 or 1923462. OLE color: 1923462.

HSL color Cylindrical-coordinate representation of color #86591D: hue angle of 34.29º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #86591D is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 89 29 -
CMYK 0 0.34 0.78 0.47
HSL 34.29º 0.64% 0.32% -
HSV(B) 34.29º 0.78% 0.53% -
XYZ 13.63 12.3 2.82 -
YUV 95.62 90.41 155.38 -
System Red Green Blue C M Y K H S L
Decimal 134 89 29 0 0.34 0.78 0.47 34.29 0.64 0.32
Hex 86 59 1D 0 22 4E 2F 22 40 20
Octal 206 131 35 0 42 116 57 42 100 40
Binary 10000110 1011001 11101 0 100010 1001110 101111 100010 1000000 100000

Color Harmonies of #86591D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86591D

Black with #86591D

Text Example


Text Example

White with #86591D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86591D; }

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

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

background-color css

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

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

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

border-color css

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

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

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