Html Css Color HEX #8B5607 Golden Brown

📋 copy color: '#8B5607'

red 139 ◦ green 86 ◦ blue 7

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

Shades of Golden Brown #8B5607

Tints of Golden Brown #8B5607

RGB

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

 GREEN value IS 86 (33.98% from 255) = 37.07%

 BLUE value IS 7 (3.13% from 255) = 3.02%

R = 59.91%
G = 37.07%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.45

RGB Variations

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

Color information

#8B5607 (or 0x8B5607) is known color: Golden Brown. HEX triplet: 8B, 56 and 07. RGB value is (139,86,7). Sum of RGB (Red+Green+Blue) = 139+86+7=232 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.91% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 7 (3.12% from 255 or 3.02% from 232); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5607 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5607 is #74A9F8. Grayscale: #5D5D5D. Windows color (decimal): -7645689 or 480907. OLE color: 480907.

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

Color convert

RGB 139 86 7 -
CMYK 0 0.38 0.95 0.45
HSL 35.91º 0.9% 0.29% -
HSV(B) 35.91º 0.95% 0.55% -
XYZ 14.01 12.16 1.81 -
YUV 92.84 79.56 160.92 -
System Red Green Blue C M Y K H S L
Decimal 139 86 7 0 0.38 0.95 0.45 35.91 0.9 0.29
Hex 8B 56 7 0 26 5F 2D 24 5A 1D
Octal 213 126 7 0 46 137 55 44 132 35
Binary 10001011 1010110 111 0 100110 1011111 101101 100100 1011010 11101

Color Harmonies of #8B5607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5607

Black with #8B5607

Text Example


Text Example

White with #8B5607

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,86,7); }

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

background-color css

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

 a { background-color: rgb(139,86,7); }

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

border-color css

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

 span { border-color: rgb(139,86,7); }

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