Html Css Color HEX #947313 Golden Brown

📋 copy color: '#947313'

red 148 ◦ green 115 ◦ blue 19

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

Shades of Golden Brown #947313

Tints of Golden Brown #947313

RGB

 RED value IS 148 (58.2% from 255) = 52.48%

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

 BLUE value IS 19 (7.81% from 255) = 6.74%

R = 52.48%
G = 40.78%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#947313 (or 0x947313) is known color: Golden Brown. HEX triplet: 94, 73 and 13. RGB value is (148,115,19). Sum of RGB (Red+Green+Blue) = 148+115+19=282 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.48% from 282); Green value is 115 (45.31% from 255 or 40.78% from 282); Blue value is 19 (7.81% from 255 or 6.74% from 282); Max value from RGB is 148 - color contains mainly: red. Hex color #947313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947313 is #6B8CEC. Grayscale: #727272. Windows color (decimal): -7048429 or 1274772. OLE color: 1274772.

HSL color Cylindrical-coordinate representation of color #947313: hue angle of 44.65º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #947313 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 115 19 -
CMYK 0 0.22 0.87 0.42
HSL 44.65º 0.77% 0.33% -
HSV(B) 44.65º 0.87% 0.58% -
XYZ 18.46 18.6 3.23 -
YUV 113.92 74.43 152.31 -
System Red Green Blue C M Y K H S L
Decimal 148 115 19 0 0.22 0.87 0.42 44.65 0.77 0.33
Hex 94 73 13 0 16 57 2A 2D 4D 21
Octal 224 163 23 0 26 127 52 55 115 41
Binary 10010100 1110011 10011 0 10110 1010111 101010 101101 1001101 100001

Color Harmonies of #947313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947313

Black with #947313

Text Example


Text Example

White with #947313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947313; }

 p { color: rgb(148,115,19); }

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

background-color css

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

 a { background-color: rgb(148,115,19); }

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

border-color css

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

 span { border-color: rgb(148,115,19); }

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