Html Css Color HEX #947311 Golden Brown

📋 copy color: '#947311'

red 148 ◦ green 115 ◦ blue 17

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

Shades of Golden Brown #947311

Tints of Golden Brown #947311

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.07%

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

R = 52.86%
G = 41.07%
B = 6.07%

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

#947311 (or 0x947311) is known color: Golden Brown. HEX triplet: 94, 73 and 11. RGB value is (148,115,17). Sum of RGB (Red+Green+Blue) = 148+115+17=280 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.86% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 17 (7.03% from 255 or 6.07% from 280); Max value from RGB is 148 - color contains mainly: red. Hex color #947311 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947311 is #6B8CEE. Grayscale: #727272. Windows color (decimal): -7048431 or 1143700. OLE color: 1143700.

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

Color convert

RGB 148 115 17 -
CMYK 0 0.22 0.89 0.42
HSL 44.89º 0.79% 0.32% -
HSV(B) 44.89º 0.89% 0.58% -
XYZ 18.44 18.6 3.15 -
YUV 113.7 73.43 152.47 -
System Red Green Blue C M Y K H S L
Decimal 148 115 17 0 0.22 0.89 0.42 44.89 0.79 0.32
Hex 94 73 11 0 16 59 2A 2D 4F 20
Octal 224 163 21 0 26 131 52 55 117 40
Binary 10010100 1110011 10001 0 10110 1011001 101010 101101 1001111 100000

Color Harmonies of #947311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947311

Black with #947311

Text Example


Text Example

White with #947311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947311; }

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

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

background-color css

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

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

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

border-color css

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

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

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