Html Css Color HEX #93730D Golden Brown

📋 copy color: '#93730D'

red 147 ◦ green 115 ◦ blue 13

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

Shades of Golden Brown #93730D

Tints of Golden Brown #93730D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.82%

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

R = 53.45%
G = 41.82%
B = 4.73%

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

#93730D (or 0x93730D) is known color: Golden Brown. HEX triplet: 93, 73 and 0D. RGB value is (147,115,13). Sum of RGB (Red+Green+Blue) = 147+115+13=275 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.45% from 275); Green value is 115 (45.31% from 255 or 41.82% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 147 - color contains mainly: red. Hex color #93730D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93730D is #6C8CF2. Grayscale: #717171. Windows color (decimal): -7113971 or 881555. OLE color: 881555.

HSL color Cylindrical-coordinate representation of color #93730D: hue angle of 45.67º 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 #93730D is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 115 13 -
CMYK 0 0.22 0.91 0.42
HSL 45.67º 0.84% 0.31% -
HSV(B) 45.67º 0.91% 0.58% -
XYZ 18.24 18.49 2.99 -
YUV 112.94 71.6 152.29 -
System Red Green Blue C M Y K H S L
Decimal 147 115 13 0 0.22 0.91 0.42 45.67 0.84 0.31
Hex 93 73 D 0 16 5B 2A 2E 54 1F
Octal 223 163 15 0 26 133 52 56 124 37
Binary 10010011 1110011 1101 0 10110 1011011 101010 101110 1010100 11111

Color Harmonies of #93730D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93730D

Black with #93730D

Text Example


Text Example

White with #93730D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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