Html Css Color HEX #8B500A Saddle Brown

📋 copy color: '#8B500A'

red 139 ◦ green 80 ◦ blue 10

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

Shades of Saddle Brown #8B500A

Tints of Saddle Brown #8B500A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.37%

R = 60.7%
G = 34.93%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.45

RGB Variations

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

Color information

#8B500A (or 0x8B500A) is known color: Saddle Brown. HEX triplet: 8B, 50 and 0A. RGB value is (139,80,10). Sum of RGB (Red+Green+Blue) = 139+80+10=229 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.70% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 10 (4.30% from 255 or 4.37% from 229); Max value from RGB is 139 - color contains mainly: red. Hex color #8B500A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B500A is #74AFF5. Grayscale: #595959. Windows color (decimal): -7647222 or 675979. OLE color: 675979.

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

Color convert

RGB 139 80 10 -
CMYK 0 0.42 0.93 0.45
HSL 32.56º 0.87% 0.29% -
HSV(B) 32.56º 0.93% 0.55% -
XYZ 13.57 11.25 1.74 -
YUV 89.66 83.05 163.19 -
System Red Green Blue C M Y K H S L
Decimal 139 80 10 0 0.42 0.93 0.45 32.56 0.87 0.29
Hex 8B 50 A 0 2A 5D 2D 21 57 1D
Octal 213 120 12 0 52 135 55 41 127 35
Binary 10001011 1010000 1010 0 101010 1011101 101101 100001 1010111 11101

Color Harmonies of #8B500A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B500A

Black with #8B500A

Text Example


Text Example

White with #8B500A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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