Html Css Color HEX #8B5702 Golden Brown

📋 copy color: '#8B5702'

red 139 ◦ green 87 ◦ blue 2

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

Shades of Golden Brown #8B5702

Tints of Golden Brown #8B5702

RGB

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

 GREEN value IS 87 (34.38% from 255) = 38.16%

 BLUE value IS 2 (1.17% from 255) = 0.88%

R = 60.96%
G = 38.16%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#8B5702 (or 0x8B5702) is known color: Golden Brown. HEX triplet: 8B, 57 and 02. RGB value is (139,87,2). Sum of RGB (Red+Green+Blue) = 139+87+2=228 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.96% from 228); Green value is 87 (34.38% from 255 or 38.16% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5702 is #74A8FD. Grayscale: #5D5D5D. Windows color (decimal): -7645438 or 153483. OLE color: 153483.

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

Color convert

RGB 139 87 2 -
CMYK 0 0.37 0.99 0.45
HSL 37.23º 0.97% 0.28% -
HSV(B) 37.23º 0.99% 0.55% -
XYZ 14.07 12.31 1.69 -
YUV 92.86 76.73 160.91 -
System Red Green Blue C M Y K H S L
Decimal 139 87 2 0 0.37 0.99 0.45 37.23 0.97 0.28
Hex 8B 57 2 0 25 63 2D 25 61 1C
Octal 213 127 2 0 45 143 55 45 141 34
Binary 10001011 1010111 10 0 100101 1100011 101101 100101 1100001 11100

Color Harmonies of #8B5702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5702

Black with #8B5702

Text Example


Text Example

White with #8B5702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,87,2); }

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

background-color css

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

 a { background-color: rgb(139,87,2); }

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

border-color css

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

 span { border-color: rgb(139,87,2); }

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