Html Css Color HEX #947316 Golden Brown

📋 copy color: '#947316'

red 148 ◦ green 115 ◦ blue 22

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

Shades of Golden Brown #947316

Tints of Golden Brown #947316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.72%

R = 51.93%
G = 40.35%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#947316 (or 0x947316) is known color: Golden Brown. HEX triplet: 94, 73 and 16. RGB value is (148,115,22). Sum of RGB (Red+Green+Blue) = 148+115+22=285 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.93% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 22 (8.98% from 255 or 7.72% from 285); Max value from RGB is 148 - color contains mainly: red. Hex color #947316 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947316 is #6B8CE9. Grayscale: #727272. Windows color (decimal): -7048426 or 1471380. OLE color: 1471380.

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

Color convert

RGB 148 115 22 -
CMYK 0 0.22 0.85 0.42
HSL 44.29º 0.74% 0.33% -
HSV(B) 44.29º 0.85% 0.58% -
XYZ 18.49 18.62 3.38 -
YUV 114.27 75.93 152.06 -
System Red Green Blue C M Y K H S L
Decimal 148 115 22 0 0.22 0.85 0.42 44.29 0.74 0.33
Hex 94 73 16 0 16 55 2A 2C 4A 21
Octal 224 163 26 0 26 125 52 54 112 41
Binary 10010100 1110011 10110 0 10110 1010101 101010 101100 1001010 100001

Color Harmonies of #947316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947316

Black with #947316

Text Example


Text Example

White with #947316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947316; }

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

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

background-color css

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

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

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

border-color css

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

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

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