Html Css Color HEX #8B5D08 Golden Brown

📋 copy color: '#8B5D08'

red 139 ◦ green 93 ◦ blue 8

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

Shades of Golden Brown #8B5D08

Tints of Golden Brown #8B5D08

RGB

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

 GREEN value IS 93 (36.72% from 255) = 38.75%

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

R = 57.92%
G = 38.75%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8B5D08 (or 0x8B5D08) is known color: Golden Brown. HEX triplet: 8B, 5D and 08. RGB value is (139,93,8). Sum of RGB (Red+Green+Blue) = 139+93+8=240 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.92% from 240); Green value is 93 (36.72% from 255 or 38.75% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5D08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5D08 is #74A2F7. Grayscale: #616161. Windows color (decimal): -7643896 or 548235. OLE color: 548235.

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

Color convert

RGB 139 93 8 -
CMYK 0 0.33 0.94 0.45
HSL 38.93º 0.89% 0.29% -
HSV(B) 38.93º 0.94% 0.55% -
XYZ 14.61 13.34 2.03 -
YUV 97.06 77.74 157.91 -
System Red Green Blue C M Y K H S L
Decimal 139 93 8 0 0.33 0.94 0.45 38.93 0.89 0.29
Hex 8B 5D 8 0 21 5E 2D 27 59 1D
Octal 213 135 10 0 41 136 55 47 131 35
Binary 10001011 1011101 1000 0 100001 1011110 101101 100111 1011001 11101

Color Harmonies of #8B5D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5D08

Black with #8B5D08

Text Example


Text Example

White with #8B5D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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