Html Css Color HEX #8B5A08 Golden Brown

📋 copy color: '#8B5A08'

red 139 ◦ green 90 ◦ blue 8

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

Shades of Golden Brown #8B5A08

Tints of Golden Brown #8B5A08

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.97%

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

R = 58.65%
G = 37.97%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8B5A08 (or 0x8B5A08) is known color: Golden Brown. HEX triplet: 8B, 5A and 08. RGB value is (139,90,8). Sum of RGB (Red+Green+Blue) = 139+90+8=237 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.65% from 237); Green value is 90 (35.55% from 255 or 37.97% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5A08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5A08 is #74A5F7. Grayscale: #5F5F5F. Windows color (decimal): -7644664 or 547467. OLE color: 547467.

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

Color convert

RGB 139 90 8 -
CMYK 0 0.35 0.94 0.45
HSL 37.56º 0.89% 0.29% -
HSV(B) 37.56º 0.94% 0.55% -
XYZ 14.35 12.82 1.95 -
YUV 95.3 78.73 159.17 -
System Red Green Blue C M Y K H S L
Decimal 139 90 8 0 0.35 0.94 0.45 37.56 0.89 0.29
Hex 8B 5A 8 0 23 5E 2D 26 59 1D
Octal 213 132 10 0 43 136 55 46 131 35
Binary 10001011 1011010 1000 0 100011 1011110 101101 100110 1011001 11101

Color Harmonies of #8B5A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5A08

Black with #8B5A08

Text Example


Text Example

White with #8B5A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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