Html Css Color HEX #947013 Golden Brown

📋 copy color: '#947013'

red 148 ◦ green 112 ◦ blue 19

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

Shades of Golden Brown #947013

Tints of Golden Brown #947013

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.14%

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

R = 53.05%
G = 40.14%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#947013 (or 0x947013) is known color: Golden Brown. HEX triplet: 94, 70 and 13. RGB value is (148,112,19). Sum of RGB (Red+Green+Blue) = 148+112+19=279 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.05% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 148 - color contains mainly: red. Hex color #947013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947013 is #6B8FEC. Grayscale: #707070. Windows color (decimal): -7049197 or 1274004. OLE color: 1274004.

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

Color convert

RGB 148 112 19 -
CMYK 0 0.24 0.87 0.42
HSL 43.26º 0.77% 0.33% -
HSV(B) 43.26º 0.87% 0.58% -
XYZ 18.12 17.93 3.12 -
YUV 112.16 75.43 153.56 -
System Red Green Blue C M Y K H S L
Decimal 148 112 19 0 0.24 0.87 0.42 43.26 0.77 0.33
Hex 94 70 13 0 18 57 2A 2B 4D 21
Octal 224 160 23 0 30 127 52 53 115 41
Binary 10010100 1110000 10011 0 11000 1010111 101010 101011 1001101 100001

Color Harmonies of #947013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947013

Black with #947013

Text Example


Text Example

White with #947013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947013; }

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

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

background-color css

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

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

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

border-color css

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

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

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