Html Css Color HEX #8B4405 Saddle Brown

📋 copy color: '#8B4405'

red 139 ◦ green 68 ◦ blue 5

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

Shades of Saddle Brown #8B4405

Tints of Saddle Brown #8B4405

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.08%

 BLUE value IS 5 (2.34% from 255) = 2.36%

R = 65.57%
G = 32.08%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.96

 K value IS 0.45

RGB Variations

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

Color information

#8B4405 (or 0x8B4405) is known color: Saddle Brown. HEX triplet: 8B, 44 and 05. RGB value is (139,68,5). Sum of RGB (Red+Green+Blue) = 139+68+5=212 (28% of max value = 765). Red value is 139 (54.69% from 255 or 65.57% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 5 (2.34% from 255 or 2.36% from 212); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4405 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B4405 is #74BBFA. Grayscale: #525252. Windows color (decimal): -7650299 or 345227. OLE color: 345227.

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

Color convert

RGB 139 68 5 -
CMYK 0 0.51 0.96 0.45
HSL 28.21º 0.93% 0.28% -
HSV(B) 28.21º 0.96% 0.55% -
XYZ 12.74 9.63 1.33 -
YUV 82.05 84.52 168.62 -
System Red Green Blue C M Y K H S L
Decimal 139 68 5 0 0.51 0.96 0.45 28.21 0.93 0.28
Hex 8B 44 5 0 33 60 2D 1C 5D 1C
Octal 213 104 5 0 63 140 55 34 135 34
Binary 10001011 1000100 101 0 110011 1100000 101101 11100 1011101 11100

Color Harmonies of #8B4405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4405

Black with #8B4405

Text Example


Text Example

White with #8B4405

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,68,5); }

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

background-color css

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

 a { background-color: rgb(139,68,5); }

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

border-color css

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

 span { border-color: rgb(139,68,5); }

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