Html Css Color HEX #947010 Golden Brown

📋 copy color: '#947010'

red 148 ◦ green 112 ◦ blue 16

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

Shades of Golden Brown #947010

Tints of Golden Brown #947010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.8%

R = 53.62%
G = 40.58%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#947010 (or 0x947010) is known color: Golden Brown. HEX triplet: 94, 70 and 10. RGB value is (148,112,16). Sum of RGB (Red+Green+Blue) = 148+112+16=276 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.62% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 148 - color contains mainly: red. Hex color #947010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947010 is #6B8FEF. Grayscale: #707070. Windows color (decimal): -7049200 or 1077396. OLE color: 1077396.

HSL color Cylindrical-coordinate representation of color #947010: hue angle of 43.64º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #947010 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 112 16 -
CMYK 0 0.24 0.89 0.42
HSL 43.64º 0.8% 0.32% -
HSV(B) 43.64º 0.89% 0.58% -
XYZ 18.1 17.92 3 -
YUV 111.82 73.93 153.81 -
System Red Green Blue C M Y K H S L
Decimal 148 112 16 0 0.24 0.89 0.42 43.64 0.8 0.32
Hex 94 70 10 0 18 59 2A 2C 50 20
Octal 224 160 20 0 30 131 52 54 120 40
Binary 10010100 1110000 10000 0 11000 1011001 101010 101100 1010000 100000

Color Harmonies of #947010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947010

Black with #947010

Text Example


Text Example

White with #947010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947010; }

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

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

background-color css

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

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

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

border-color css

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

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

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