Html Css Color HEX #8B4503 Saddle Brown

📋 copy color: '#8B4503'

red 139 ◦ green 69 ◦ blue 3

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

Shades of Saddle Brown #8B4503

Tints of Saddle Brown #8B4503

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.7%

 BLUE value IS 3 (1.56% from 255) = 1.42%

R = 65.88%
G = 32.7%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.98

 K value IS 0.45

RGB Variations

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

Color information

#8B4503 (or 0x8B4503) is known color: Saddle Brown. HEX triplet: 8B, 45 and 03. RGB value is (139,69,3). Sum of RGB (Red+Green+Blue) = 139+69+3=211 (27% of max value = 765). Red value is 139 (54.69% from 255 or 65.88% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 3 (1.56% from 255 or 1.42% from 211); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4503 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B4503 is #74BAFC. Grayscale: #525252. Windows color (decimal): -7650045 or 214411. OLE color: 214411.

HSL color Cylindrical-coordinate representation of color #8B4503: hue angle of 29.12º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8B4503 is Cyan = 0, Magento = 0.50, Yellow = 0.98 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 69 3 -
CMYK 0 0.50 0.98 0.45
HSL 29.12º 0.96% 0.28% -
HSV(B) 29.12º 0.98% 0.55% -
XYZ 12.79 9.75 1.29 -
YUV 82.41 83.19 168.37 -
System Red Green Blue C M Y K H S L
Decimal 139 69 3 0 0.50 0.98 0.45 29.12 0.96 0.28
Hex 8B 45 3 0 32 62 2D 1D 60 1C
Octal 213 105 3 0 62 142 55 35 140 34
Binary 10001011 1000101 11 0 110010 1100010 101101 11101 1100000 11100

Color Harmonies of #8B4503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4503

Black with #8B4503

Text Example


Text Example

White with #8B4503

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,69,3); }

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

background-color css

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

 a { background-color: rgb(139,69,3); }

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

border-color css

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

 span { border-color: rgb(139,69,3); }

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