Html Css Color HEX #93720D Golden Brown

📋 copy color: '#93720D'

red 147 ◦ green 114 ◦ blue 13

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

Shades of Golden Brown #93720D

Tints of Golden Brown #93720D

RGB

 RED value IS 147 (57.81% from 255) = 53.65%

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

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

R = 53.65%
G = 41.61%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#93720D (or 0x93720D) is known color: Golden Brown. HEX triplet: 93, 72 and 0D. RGB value is (147,114,13). Sum of RGB (Red+Green+Blue) = 147+114+13=274 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.65% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 147 - color contains mainly: red. Hex color #93720D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93720D is #6C8DF2. Grayscale: #707070. Windows color (decimal): -7114227 or 881299. OLE color: 881299.

HSL color Cylindrical-coordinate representation of color #93720D: hue angle of 45.22º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #93720D is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 114 13 -
CMYK 0 0.22 0.91 0.42
HSL 45.22º 0.84% 0.31% -
HSV(B) 45.22º 0.91% 0.58% -
XYZ 18.12 18.27 2.95 -
YUV 112.35 71.93 152.71 -
System Red Green Blue C M Y K H S L
Decimal 147 114 13 0 0.22 0.91 0.42 45.22 0.84 0.31
Hex 93 72 D 0 16 5B 2A 2D 54 1F
Octal 223 162 15 0 26 133 52 55 124 37
Binary 10010011 1110010 1101 0 10110 1011011 101010 101101 1010100 11111

Color Harmonies of #93720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93720D

Black with #93720D

Text Example


Text Example

White with #93720D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93720D; }

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

 H1.HeaderClassName
 {
   color: #93720D;
 }
 .AnyTagClassName
 {
   color: #93720D;
 }
</style>

background-color css

<style>
 a { background-color: #93720D; }

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

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

border-color css

<style>
 span { border-color: #93720D; }

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

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