Html Css Color HEX #8B4613 Saddle Brown

📋 copy color: '#8B4613'

red 139 ◦ green 70 ◦ blue 19

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

Shades of Saddle Brown #8B4613

Tints of Saddle Brown #8B4613

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.7%

 BLUE value IS 19 (7.81% from 255) = 8.33%

R = 60.96%
G = 30.7%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8B4613 (or 0x8B4613) is known color: Saddle Brown. HEX triplet: 8B, 46 and 13. RGB value is (139,70,19). Sum of RGB (Red+Green+Blue) = 139+70+19=228 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.96% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B4613 is #74B9EC. Grayscale: #555555. Windows color (decimal): -7649773 or 1263243. OLE color: 1263243.

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

Color convert

RGB 139 70 19 -
CMYK 0 0.50 0.86 0.45
HSL 25.5º 0.76% 0.31% -
HSV(B) 25.5º 0.86% 0.55% -
XYZ 12.96 9.92 1.85 -
YUV 84.82 90.86 166.65 -
System Red Green Blue C M Y K H S L
Decimal 139 70 19 0 0.50 0.86 0.45 25.5 0.76 0.31
Hex 8B 46 13 0 32 56 2D 1A 4C 1F
Octal 213 106 23 0 62 126 55 32 114 37
Binary 10001011 1000110 10011 0 110010 1010110 101101 11010 1001100 11111

Color Harmonies of #8B4613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4613

Black with #8B4613

Text Example


Text Example

White with #8B4613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,70,19); }

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

background-color css

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

 a { background-color: rgb(139,70,19); }

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

border-color css

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

 span { border-color: rgb(139,70,19); }

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