Html Css Color HEX #86530B Saddle Brown

📋 copy color: '#86530B'

red 134 ◦ green 83 ◦ blue 11

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

Shades of Saddle Brown #86530B

Tints of Saddle Brown #86530B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.82%

R = 58.77%
G = 36.4%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#86530B (or 0x86530B) is known color: Saddle Brown. HEX triplet: 86, 53 and 0B. RGB value is (134,83,11). Sum of RGB (Red+Green+Blue) = 134+83+11=228 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.77% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 11 (4.69% from 255 or 4.82% from 228); Max value from RGB is 134 - color contains mainly: red. Hex color #86530B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86530B is #79ACF4. Grayscale: #5A5A5A. Windows color (decimal): -7974133 or 742278. OLE color: 742278.

HSL color Cylindrical-coordinate representation of color #86530B: hue angle of 35.12º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #86530B is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 83 11 -
CMYK 0 0.38 0.92 0.47
HSL 35.12º 0.85% 0.28% -
HSV(B) 35.12º 0.92% 0.53% -
XYZ 12.99 11.28 1.81 -
YUV 90.04 83.4 159.35 -
System Red Green Blue C M Y K H S L
Decimal 134 83 11 0 0.38 0.92 0.47 35.12 0.85 0.28
Hex 86 53 B 0 26 5C 2F 23 55 1C
Octal 206 123 13 0 46 134 57 43 125 34
Binary 10000110 1010011 1011 0 100110 1011100 101111 100011 1010101 11100

Color Harmonies of #86530B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86530B

Black with #86530B

Text Example


Text Example

White with #86530B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86530B; }

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

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

background-color css

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

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

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

border-color css

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

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

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