Html Css Color HEX #8B5E13 Golden Brown

📋 copy color: '#8B5E13'

red 139 ◦ green 94 ◦ blue 19

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

Shades of Golden Brown #8B5E13

Tints of Golden Brown #8B5E13

RGB

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

 GREEN value IS 94 (37.11% from 255) = 37.3%

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

R = 55.16%
G = 37.3%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8B5E13 (or 0x8B5E13) is known color: Golden Brown. HEX triplet: 8B, 5E and 13. RGB value is (139,94,19). Sum of RGB (Red+Green+Blue) = 139+94+19=252 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.16% from 252); Green value is 94 (37.11% from 255 or 37.30% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5E13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5E13 is #74A1EC. Grayscale: #636363. Windows color (decimal): -7643629 or 1269387. OLE color: 1269387.

HSL color Cylindrical-coordinate representation of color #8B5E13: hue angle of 37.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 #8B5E13 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 94 19 -
CMYK 0 0.32 0.86 0.45
HSL 37.5º 0.76% 0.31% -
HSV(B) 37.5º 0.86% 0.55% -
XYZ 14.77 13.54 2.45 -
YUV 98.91 82.91 156.6 -
System Red Green Blue C M Y K H S L
Decimal 139 94 19 0 0.32 0.86 0.45 37.5 0.76 0.31
Hex 8B 5E 13 0 20 56 2D 26 4C 1F
Octal 213 136 23 0 40 126 55 46 114 37
Binary 10001011 1011110 10011 0 100000 1010110 101101 100110 1001100 11111

Color Harmonies of #8B5E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5E13

Black with #8B5E13

Text Example


Text Example

White with #8B5E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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