Html Css Color HEX #8F720D Golden Brown

📋 copy color: '#8F720D'

red 143 ◦ green 114 ◦ blue 13

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

Shades of Golden Brown #8F720D

Tints of Golden Brown #8F720D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.22%

 BLUE value IS 13 (5.47% from 255) = 4.81%

R = 52.96%
G = 42.22%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#8F720D (or 0x8F720D) is known color: Golden Brown. HEX triplet: 8F, 72 and 0D. RGB value is (143,114,13). Sum of RGB (Red+Green+Blue) = 143+114+13=270 (35% of max value = 765). Red value is 143 (56.25% from 255 or 52.96% from 270); Green value is 114 (44.92% from 255 or 42.22% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 143 - color contains mainly: red. Hex color #8F720D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F720D is #708DF2. Grayscale: #6F6F6F. Windows color (decimal): -7376371 or 881295. OLE color: 881295.

HSL color Cylindrical-coordinate representation of color #8F720D: hue angle of 46.62º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8F720D is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 114 13 -
CMYK 0 0.20 0.91 0.44
HSL 46.62º 0.83% 0.31% -
HSV(B) 46.62º 0.91% 0.56% -
XYZ 17.42 17.9 2.92 -
YUV 111.16 72.61 150.71 -
System Red Green Blue C M Y K H S L
Decimal 143 114 13 0 0.20 0.91 0.44 46.62 0.83 0.31
Hex 8F 72 D 0 14 5B 2C 2F 53 1F
Octal 217 162 15 0 24 133 54 57 123 37
Binary 10001111 1110010 1101 0 10100 1011011 101100 101111 1010011 11111

Color Harmonies of #8F720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F720D

Black with #8F720D

Text Example


Text Example

White with #8F720D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,114,13); }

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

background-color css

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

 a { background-color: rgb(143,114,13); }

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

border-color css

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

 span { border-color: rgb(143,114,13); }

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