Html Css Color HEX #947305 Golden Brown

📋 copy color: '#947305'

red 148 ◦ green 115 ◦ blue 5

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

Shades of Golden Brown #947305

Tints of Golden Brown #947305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.87%

R = 55.22%
G = 42.91%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#947305 (or 0x947305) is known color: Golden Brown. HEX triplet: 94, 73 and 05. RGB value is (148,115,5). Sum of RGB (Red+Green+Blue) = 148+115+5=268 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.22% from 268); Green value is 115 (45.31% from 255 or 42.91% from 268); Blue value is 5 (2.34% from 255 or 1.87% from 268); Max value from RGB is 148 - color contains mainly: red. Hex color #947305 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947305 is #6B8CFA. Grayscale: #707070. Windows color (decimal): -7048443 or 357268. OLE color: 357268.

HSL color Cylindrical-coordinate representation of color #947305: hue angle of 46.15º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #947305 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 115 5 -
CMYK 0 0.22 0.97 0.42
HSL 46.15º 0.93% 0.3% -
HSV(B) 46.15º 0.97% 0.58% -
XYZ 18.37 18.57 2.76 -
YUV 112.33 67.43 153.44 -
System Red Green Blue C M Y K H S L
Decimal 148 115 5 0 0.22 0.97 0.42 46.15 0.93 0.3
Hex 94 73 5 0 16 61 2A 2E 5D 1E
Octal 224 163 5 0 26 141 52 56 135 36
Binary 10010100 1110011 101 0 10110 1100001 101010 101110 1011101 11110

Color Harmonies of #947305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947305

Black with #947305

Text Example


Text Example

White with #947305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947305; }

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

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

background-color css

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

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

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

border-color css

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

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

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