Html Css Color HEX #8B5901 Golden Brown

📋 copy color: '#8B5901'

red 139 ◦ green 89 ◦ blue 1

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

Shades of Golden Brown #8B5901

Tints of Golden Brown #8B5901

RGB

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

 GREEN value IS 89 (35.16% from 255) = 38.86%

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 60.7%
G = 38.86%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#8B5901 (or 0x8B5901) is known color: Golden Brown. HEX triplet: 8B, 59 and 01. RGB value is (139,89,1). Sum of RGB (Red+Green+Blue) = 139+89+1=229 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.70% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5901 is #74A6FE. Grayscale: #5E5E5E. Windows color (decimal): -7644927 or 88459. OLE color: 88459.

HSL color Cylindrical-coordinate representation of color #8B5901: hue angle of 38.26º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B5901 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 89 1 -
CMYK 0 0.36 0.99 0.45
HSL 38.26º 0.99% 0.27% -
HSV(B) 38.26º 0.99% 0.55% -
XYZ 14.23 12.64 1.72 -
YUV 93.92 75.57 160.16 -
System Red Green Blue C M Y K H S L
Decimal 139 89 1 0 0.36 0.99 0.45 38.26 0.99 0.27
Hex 8B 59 1 0 24 63 2D 26 63 1B
Octal 213 131 1 0 44 143 55 46 143 33
Binary 10001011 1011001 1 0 100100 1100011 101101 100110 1100011 11011

Color Harmonies of #8B5901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5901

Black with #8B5901

Text Example


Text Example

White with #8B5901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,89,1); }

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

background-color css

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

 a { background-color: rgb(139,89,1); }

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

border-color css

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

 span { border-color: rgb(139,89,1); }

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