Html Css Color HEX #947411 Golden Brown

📋 copy color: '#947411'

red 148 ◦ green 116 ◦ blue 17

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

Shades of Golden Brown #947411

Tints of Golden Brown #947411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.05%

R = 52.67%
G = 41.28%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#947411 (or 0x947411) is known color: Golden Brown. HEX triplet: 94, 74 and 11. RGB value is (148,116,17). Sum of RGB (Red+Green+Blue) = 148+116+17=281 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.67% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 148 - color contains mainly: red. Hex color #947411 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947411 is #6B8BEE. Grayscale: #727272. Windows color (decimal): -7048175 or 1143956. OLE color: 1143956.

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

Color convert

RGB 148 116 17 -
CMYK 0 0.22 0.89 0.42
HSL 45.34º 0.79% 0.32% -
HSV(B) 45.34º 0.89% 0.58% -
XYZ 18.56 18.83 3.19 -
YUV 114.28 73.1 152.05 -
System Red Green Blue C M Y K H S L
Decimal 148 116 17 0 0.22 0.89 0.42 45.34 0.79 0.32
Hex 94 74 11 0 16 59 2A 2D 4F 20
Octal 224 164 21 0 26 131 52 55 117 40
Binary 10010100 1110100 10001 0 10110 1011001 101010 101101 1001111 100000

Color Harmonies of #947411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947411

Black with #947411

Text Example


Text Example

White with #947411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947411; }

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

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

background-color css

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

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

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

border-color css

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

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

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