Html Css Color HEX #8B5014 Saddle Brown

📋 copy color: '#8B5014'

red 139 ◦ green 80 ◦ blue 20

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

Shades of Saddle Brown #8B5014

Tints of Saddle Brown #8B5014

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.47%

 BLUE value IS 20 (8.2% from 255) = 8.37%

R = 58.16%
G = 33.47%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8B5014 (or 0x8B5014) is known color: Saddle Brown. HEX triplet: 8B, 50 and 14. RGB value is (139,80,20). Sum of RGB (Red+Green+Blue) = 139+80+20=239 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.16% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5014 is #74AFEB. Grayscale: #5B5B5B. Windows color (decimal): -7647212 or 1331339. OLE color: 1331339.

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

Color convert

RGB 139 80 20 -
CMYK 0 0.42 0.86 0.45
HSL 30.25º 0.75% 0.31% -
HSV(B) 30.25º 0.86% 0.55% -
XYZ 13.64 11.28 2.12 -
YUV 90.8 88.05 162.38 -
System Red Green Blue C M Y K H S L
Decimal 139 80 20 0 0.42 0.86 0.45 30.25 0.75 0.31
Hex 8B 50 14 0 2A 56 2D 1E 4B 1F
Octal 213 120 24 0 52 126 55 36 113 37
Binary 10001011 1010000 10100 0 101010 1010110 101101 11110 1001011 11111

Color Harmonies of #8B5014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5014

Black with #8B5014

Text Example


Text Example

White with #8B5014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,80,20); }

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

background-color css

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

 a { background-color: rgb(139,80,20); }

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

border-color css

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

 span { border-color: rgb(139,80,20); }

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