Html Css Color HEX #8B5308 Saddle Brown

📋 copy color: '#8B5308'

red 139 ◦ green 83 ◦ blue 8

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

Shades of Saddle Brown #8B5308

Tints of Saddle Brown #8B5308

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.09%

 BLUE value IS 8 (3.52% from 255) = 3.48%

R = 60.43%
G = 36.09%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8B5308 (or 0x8B5308) is known color: Saddle Brown. HEX triplet: 8B, 53 and 08. RGB value is (139,83,8). Sum of RGB (Red+Green+Blue) = 139+83+8=230 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.43% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 8 (3.52% from 255 or 3.48% from 230); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5308 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5308 is #74ACF7. Grayscale: #5B5B5B. Windows color (decimal): -7646456 or 545675. OLE color: 545675.

HSL color Cylindrical-coordinate representation of color #8B5308: hue angle of 34.35º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B5308 is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 83 8 -
CMYK 0 0.40 0.94 0.45
HSL 34.35º 0.89% 0.29% -
HSV(B) 34.35º 0.94% 0.55% -
XYZ 13.78 11.69 1.76 -
YUV 91.19 81.05 162.1 -
System Red Green Blue C M Y K H S L
Decimal 139 83 8 0 0.40 0.94 0.45 34.35 0.89 0.29
Hex 8B 53 8 0 28 5E 2D 22 59 1D
Octal 213 123 10 0 50 136 55 42 131 35
Binary 10001011 1010011 1000 0 101000 1011110 101101 100010 1011001 11101

Color Harmonies of #8B5308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5308

Black with #8B5308

Text Example


Text Example

White with #8B5308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,83,8); }

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

background-color css

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

 a { background-color: rgb(139,83,8); }

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

border-color css

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

 span { border-color: rgb(139,83,8); }

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