Html Css Color HEX #8B3000 Saddle Brown

📋 copy color: '#8B3000'

red 139 ◦ green 48 ◦ blue 0

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

Shades of Saddle Brown #8B3000

Tints of Saddle Brown #8B3000

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.67%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.33%
G = 25.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.45

RGB Variations

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

Color information

#8B3000 (or 0x8B3000) is known color: Saddle Brown. HEX triplet: 8B, 30 and 00. RGB value is (139,48,0). Sum of RGB (Red+Green+Blue) = 139+48+0=187 (24% of max value = 765). Red value is 139 (54.69% from 255 or 74.33% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B3000 is #74CFFF. Grayscale: #464646. Windows color (decimal): -7655424 or 12427. OLE color: 12427.

HSL color Cylindrical-coordinate representation of color #8B3000: hue angle of 20.72º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B3000 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 48 0 -
CMYK 0 0.65 1 0.45
HSL 20.72º 1% 0.27% -
HSV(B) 20.72º 1% 0.55% -
XYZ 11.7 7.6 0.85 -
YUV 69.74 88.65 177.4 -
System Red Green Blue C M Y K H S L
Decimal 139 48 0 0 0.65 1 0.45 20.72 1 0.27
Hex 8B 30 0 0 41 64 2D 15 64 1B
Octal 213 60 0 0 101 144 55 25 144 33
Binary 10001011 110000 0 0 1000001 1100100 101101 10101 1100100 11011

Color Harmonies of #8B3000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3000

Black with #8B3000

Text Example


Text Example

White with #8B3000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,48,0); }

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

background-color css

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

 a { background-color: rgb(139,48,0); }

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

border-color css

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

 span { border-color: rgb(139,48,0); }

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