Html Css Color HEX #947110 Golden Brown

📋 copy color: '#947110'

red 148 ◦ green 113 ◦ blue 16

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

Shades of Golden Brown #947110

Tints of Golden Brown #947110

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.79%

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

R = 53.43%
G = 40.79%
B = 5.78%

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

#947110 (or 0x947110) is known color: Golden Brown. HEX triplet: 94, 71 and 10. RGB value is (148,113,16). Sum of RGB (Red+Green+Blue) = 148+113+16=277 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.43% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 148 - color contains mainly: red. Hex color #947110 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947110 is #6B8EEF. Grayscale: #707070. Windows color (decimal): -7048944 or 1077652. OLE color: 1077652.

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

Color convert

RGB 148 113 16 -
CMYK 0 0.24 0.89 0.42
HSL 44.09º 0.8% 0.32% -
HSV(B) 44.09º 0.89% 0.58% -
XYZ 18.21 18.14 3.03 -
YUV 112.41 73.6 153.39 -
System Red Green Blue C M Y K H S L
Decimal 148 113 16 0 0.24 0.89 0.42 44.09 0.8 0.32
Hex 94 71 10 0 18 59 2A 2C 50 20
Octal 224 161 20 0 30 131 52 54 120 40
Binary 10010100 1110001 10000 0 11000 1011001 101010 101100 1010000 100000

Color Harmonies of #947110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947110

Black with #947110

Text Example


Text Example

White with #947110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947110; }

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

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

background-color css

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

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

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

border-color css

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

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

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