Html Css Color HEX #8B3400 Saddle Brown

📋 copy color: '#8B3400'

red 139 ◦ green 52 ◦ blue 0

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

Shades of Saddle Brown #8B3400

Tints of Saddle Brown #8B3400

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.23%

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

R = 72.77%
G = 27.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.45

RGB Variations

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

Color information

#8B3400 (or 0x8B3400) is known color: Saddle Brown. HEX triplet: 8B, 34 and 00. RGB value is (139,52,0). Sum of RGB (Red+Green+Blue) = 139+52+0=191 (25% of max value = 765). Red value is 139 (54.69% from 255 or 72.77% from 191); Green value is 52 (20.70% from 255 or 27.23% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B3400 is #74CBFF. Grayscale: #484848. Windows color (decimal): -7654400 or 13451. OLE color: 13451.

HSL color Cylindrical-coordinate representation of color #8B3400: hue angle of 22.45º 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 #8B3400 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 52 0 -
CMYK 0 0.63 1 0.45
HSL 22.45º 1% 0.27% -
HSV(B) 22.45º 1% 0.55% -
XYZ 11.88 7.94 0.91 -
YUV 72.09 87.32 175.73 -
System Red Green Blue C M Y K H S L
Decimal 139 52 0 0 0.63 1 0.45 22.45 1 0.27
Hex 8B 34 0 0 3F 64 2D 16 64 1B
Octal 213 64 0 0 77 144 55 26 144 33
Binary 10001011 110100 0 0 111111 1100100 101101 10110 1100100 11011

Color Harmonies of #8B3400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3400

Black with #8B3400

Text Example


Text Example

White with #8B3400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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