Html Css Color HEX #947310 Golden Brown

📋 copy color: '#947310'

red 148 ◦ green 115 ◦ blue 16

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

Shades of Golden Brown #947310

Tints of Golden Brown #947310

RGB

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

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

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

R = 53.05%
G = 41.22%
B = 5.73%

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

#947310 (or 0x947310) is known color: Golden Brown. HEX triplet: 94, 73 and 10. RGB value is (148,115,16). Sum of RGB (Red+Green+Blue) = 148+115+16=279 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.05% from 279); Green value is 115 (45.31% from 255 or 41.22% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 148 - color contains mainly: red. Hex color #947310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947310 is #6B8CEF. Grayscale: #727272. Windows color (decimal): -7048432 or 1078164. OLE color: 1078164.

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

Color convert

RGB 148 115 16 -
CMYK 0 0.22 0.89 0.42
HSL 45º 0.8% 0.32% -
HSV(B) 45º 0.89% 0.58% -
XYZ 18.44 18.59 3.11 -
YUV 113.58 72.93 152.55 -
System Red Green Blue C M Y K H S L
Decimal 148 115 16 0 0.22 0.89 0.42 45 0.8 0.32
Hex 94 73 10 0 16 59 2A 2D 50 20
Octal 224 163 20 0 26 131 52 55 120 40
Binary 10010100 1110011 10000 0 10110 1011001 101010 101101 1010000 100000

Color Harmonies of #947310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947310

Black with #947310

Text Example


Text Example

White with #947310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947310; }

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

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

background-color css

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

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

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

border-color css

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

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

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