Html Css Color HEX #947312 Golden Brown

📋 copy color: '#947312'

red 148 ◦ green 115 ◦ blue 18

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

Shades of Golden Brown #947312

Tints of Golden Brown #947312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.41%

R = 52.67%
G = 40.93%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#947312 (or 0x947312) is known color: Golden Brown. HEX triplet: 94, 73 and 12. RGB value is (148,115,18). Sum of RGB (Red+Green+Blue) = 148+115+18=281 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.67% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 148 - color contains mainly: red. Hex color #947312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947312 is #6B8CED. Grayscale: #727272. Windows color (decimal): -7048430 or 1209236. OLE color: 1209236.

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

Color convert

RGB 148 115 18 -
CMYK 0 0.22 0.88 0.42
HSL 44.77º 0.78% 0.33% -
HSV(B) 44.77º 0.88% 0.58% -
XYZ 18.45 18.6 3.19 -
YUV 113.81 73.93 152.39 -
System Red Green Blue C M Y K H S L
Decimal 148 115 18 0 0.22 0.88 0.42 44.77 0.78 0.33
Hex 94 73 12 0 16 58 2A 2D 4E 21
Octal 224 163 22 0 26 130 52 55 116 41
Binary 10010100 1110011 10010 0 10110 1011000 101010 101101 1001110 100001

Color Harmonies of #947312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947312

Black with #947312

Text Example


Text Example

White with #947312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947312; }

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

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

background-color css

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

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

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

border-color css

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

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

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