Html Css Color HEX #8B5019 Saddle Brown

📋 copy color: '#8B5019'

red 139 ◦ green 80 ◦ blue 25

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

Shades of Saddle Brown #8B5019

Tints of Saddle Brown #8B5019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.25%

R = 56.97%
G = 32.79%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#8B5019 (or 0x8B5019) is known color: Saddle Brown. HEX triplet: 8B, 50 and 19. RGB value is (139,80,25). Sum of RGB (Red+Green+Blue) = 139+80+25=244 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.97% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 25 (10.16% from 255 or 10.25% from 244); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5019 is #74AFE6. Grayscale: #5B5B5B. Windows color (decimal): -7647207 or 1659019. OLE color: 1659019.

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

Color convert

RGB 139 80 25 -
CMYK 0 0.42 0.82 0.45
HSL 28.95º 0.7% 0.32% -
HSV(B) 28.95º 0.82% 0.55% -
XYZ 13.69 11.3 2.38 -
YUV 91.37 90.55 161.97 -
System Red Green Blue C M Y K H S L
Decimal 139 80 25 0 0.42 0.82 0.45 28.95 0.7 0.32
Hex 8B 50 19 0 2A 52 2D 1D 46 20
Octal 213 120 31 0 52 122 55 35 106 40
Binary 10001011 1010000 11001 0 101010 1010010 101101 11101 1000110 100000

Color Harmonies of #8B5019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5019

Black with #8B5019

Text Example


Text Example

White with #8B5019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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