Html Css Color HEX #8B540D Saddle Brown

📋 copy color: '#8B540D'

red 139 ◦ green 84 ◦ blue 13

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

Shades of Saddle Brown #8B540D

Tints of Saddle Brown #8B540D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.59%

 BLUE value IS 13 (5.47% from 255) = 5.51%

R = 58.9%
G = 35.59%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#8B540D (or 0x8B540D) is known color: Saddle Brown. HEX triplet: 8B, 54 and 0D. RGB value is (139,84,13). Sum of RGB (Red+Green+Blue) = 139+84+13=236 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.90% from 236); Green value is 84 (33.20% from 255 or 35.59% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 139 - color contains mainly: red. Hex color #8B540D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B540D is #74ABF2. Grayscale: #5C5C5C. Windows color (decimal): -7646195 or 873611. OLE color: 873611.

HSL color Cylindrical-coordinate representation of color #8B540D: hue angle of 33.81º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B540D is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 84 13 -
CMYK 0 0.40 0.91 0.45
HSL 33.81º 0.83% 0.3% -
HSV(B) 33.81º 0.91% 0.55% -
XYZ 13.89 11.86 1.94 -
YUV 92.35 83.22 161.27 -
System Red Green Blue C M Y K H S L
Decimal 139 84 13 0 0.40 0.91 0.45 33.81 0.83 0.3
Hex 8B 54 D 0 28 5B 2D 22 53 1E
Octal 213 124 15 0 50 133 55 42 123 36
Binary 10001011 1010100 1101 0 101000 1011011 101101 100010 1010011 11110

Color Harmonies of #8B540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B540D

Black with #8B540D

Text Example


Text Example

White with #8B540D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,84,13); }

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

background-color css

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

 a { background-color: rgb(139,84,13); }

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

border-color css

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

 span { border-color: rgb(139,84,13); }

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