Html Css Color HEX #8B511A Saddle Brown

📋 copy color: '#8B511A'

red 139 ◦ green 81 ◦ blue 26

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

Shades of Saddle Brown #8B511A

Tints of Saddle Brown #8B511A

RGB

 RED value IS 139 (54.69% from 255) = 56.5%

 GREEN value IS 81 (32.03% from 255) = 32.93%

 BLUE value IS 26 (10.55% from 255) = 10.57%

R = 56.5%
G = 32.93%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#8B511A (or 0x8B511A) is known color: Saddle Brown. HEX triplet: 8B, 51 and 1A. RGB value is (139,81,26). Sum of RGB (Red+Green+Blue) = 139+81+26=246 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.50% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 26 (10.55% from 255 or 10.57% from 246); Max value from RGB is 139 - color contains mainly: red. Hex color #8B511A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B511A is #74AEE5. Grayscale: #5C5C5C. Windows color (decimal): -7646950 or 1724811. OLE color: 1724811.

HSL color Cylindrical-coordinate representation of color #8B511A: hue angle of 29.2º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B511A is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 81 26 -
CMYK 0 0.42 0.81 0.45
HSL 29.2º 0.68% 0.32% -
HSV(B) 29.2º 0.81% 0.55% -
XYZ 13.78 11.45 2.46 -
YUV 92.07 90.72 161.47 -
System Red Green Blue C M Y K H S L
Decimal 139 81 26 0 0.42 0.81 0.45 29.2 0.68 0.32
Hex 8B 51 1A 0 2A 51 2D 1D 44 20
Octal 213 121 32 0 52 121 55 35 104 40
Binary 10001011 1010001 11010 0 101010 1010001 101101 11101 1000100 100000

Color Harmonies of #8B511A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B511A

Black with #8B511A

Text Example


Text Example

White with #8B511A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B511A; }

 p { color: rgb(139,81,26); }

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

background-color css

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

 a { background-color: rgb(139,81,26); }

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

border-color css

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

 span { border-color: rgb(139,81,26); }

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