Html Css Color HEX #86531D Hot Curry

📋 copy color: '#86531D'

red 134 ◦ green 83 ◦ blue 29

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

Shades of Hot Curry #86531D

Tints of Hot Curry #86531D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.74%

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

R = 54.47%
G = 33.74%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#86531D (or 0x86531D) is known color: Hot Curry. HEX triplet: 86, 53 and 1D. RGB value is (134,83,29). Sum of RGB (Red+Green+Blue) = 134+83+29=246 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.47% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 29 (11.72% from 255 or 11.79% from 246); Max value from RGB is 134 - color contains mainly: red. Hex color #86531D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86531D is #79ACE2. Grayscale: #5C5C5C. Windows color (decimal): -7974115 or 1921926. OLE color: 1921926.

HSL color Cylindrical-coordinate representation of color #86531D: hue angle of 30.86º 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 #86531D is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 83 29 -
CMYK 0 0.38 0.78 0.47
HSL 30.86º 0.64% 0.32% -
HSV(B) 30.86º 0.78% 0.53% -
XYZ 13.15 11.34 2.66 -
YUV 92.09 92.4 157.89 -
System Red Green Blue C M Y K H S L
Decimal 134 83 29 0 0.38 0.78 0.47 30.86 0.64 0.32
Hex 86 53 1D 0 26 4E 2F 1F 40 20
Octal 206 123 35 0 46 116 57 37 100 40
Binary 10000110 1010011 11101 0 100110 1001110 101111 11111 1000000 100000

Color Harmonies of #86531D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86531D

Black with #86531D

Text Example


Text Example

White with #86531D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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