Html Css Color HEX #947413 Golden Brown

📋 copy color: '#947413'

red 148 ◦ green 116 ◦ blue 19

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

Shades of Golden Brown #947413

Tints of Golden Brown #947413

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.99%

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

R = 52.3%
G = 40.99%
B = 6.71%

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

#947413 (or 0x947413) is known color: Golden Brown. HEX triplet: 94, 74 and 13. RGB value is (148,116,19). Sum of RGB (Red+Green+Blue) = 148+116+19=283 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.30% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 148 - color contains mainly: red. Hex color #947413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947413 is #6B8BEC. Grayscale: #727272. Windows color (decimal): -7048173 or 1275028. OLE color: 1275028.

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

Color convert

RGB 148 116 19 -
CMYK 0 0.22 0.87 0.42
HSL 45.12º 0.77% 0.33% -
HSV(B) 45.12º 0.87% 0.58% -
XYZ 18.58 18.83 3.27 -
YUV 114.51 74.1 151.89 -
System Red Green Blue C M Y K H S L
Decimal 148 116 19 0 0.22 0.87 0.42 45.12 0.77 0.33
Hex 94 74 13 0 16 57 2A 2D 4D 21
Octal 224 164 23 0 26 127 52 55 115 41
Binary 10010100 1110100 10011 0 10110 1010111 101010 101101 1001101 100001

Color Harmonies of #947413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947413

Black with #947413

Text Example


Text Example

White with #947413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947413; }

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

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

background-color css

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

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

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

border-color css

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

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

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