Html Css Color HEX #8F5508 Golden Brown

📋 copy color: '#8F5508'

red 143 ◦ green 85 ◦ blue 8

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

Shades of Golden Brown #8F5508

Tints of Golden Brown #8F5508

RGB

 RED value IS 143 (56.25% from 255) = 60.59%

 GREEN value IS 85 (33.59% from 255) = 36.02%

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

R = 60.59%
G = 36.02%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#8F5508 (or 0x8F5508) is known color: Golden Brown. HEX triplet: 8F, 55 and 08. RGB value is (143,85,8). Sum of RGB (Red+Green+Blue) = 143+85+8=236 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.59% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5508 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F5508 is #70AAF7. Grayscale: #5D5D5D. Windows color (decimal): -7383800 or 546191. OLE color: 546191.

HSL color Cylindrical-coordinate representation of color #8F5508: hue angle of 34.22º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F5508 is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 85 8 -
CMYK 0 0.41 0.94 0.44
HSL 34.22º 0.89% 0.3% -
HSV(B) 34.22º 0.94% 0.56% -
XYZ 14.62 12.35 1.84 -
YUV 93.56 79.72 163.26 -
System Red Green Blue C M Y K H S L
Decimal 143 85 8 0 0.41 0.94 0.44 34.22 0.89 0.3
Hex 8F 55 8 0 29 5E 2C 22 59 1E
Octal 217 125 10 0 51 136 54 42 131 36
Binary 10001111 1010101 1000 0 101001 1011110 101100 100010 1011001 11110

Color Harmonies of #8F5508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5508

Black with #8F5508

Text Example


Text Example

White with #8F5508

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,85,8); }

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

background-color css

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

 a { background-color: rgb(143,85,8); }

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

border-color css

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

 span { border-color: rgb(143,85,8); }

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