Html Css Color HEX #947213 Golden Brown

📋 copy color: '#947213'

red 148 ◦ green 114 ◦ blue 19

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

Shades of Golden Brown #947213

Tints of Golden Brown #947213

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.57%

 BLUE value IS 19 (7.81% from 255) = 6.76%

R = 52.67%
G = 40.57%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#947213 (or 0x947213) is known color: Golden Brown. HEX triplet: 94, 72 and 13. RGB value is (148,114,19). Sum of RGB (Red+Green+Blue) = 148+114+19=281 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.67% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 148 - color contains mainly: red. Hex color #947213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947213 is #6B8DEC. Grayscale: #717171. Windows color (decimal): -7048685 or 1274516. OLE color: 1274516.

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

Color convert

RGB 148 114 19 -
CMYK 0 0.23 0.87 0.42
HSL 44.19º 0.77% 0.33% -
HSV(B) 44.19º 0.87% 0.58% -
XYZ 18.35 18.38 3.2 -
YUV 113.34 74.76 152.72 -
System Red Green Blue C M Y K H S L
Decimal 148 114 19 0 0.23 0.87 0.42 44.19 0.77 0.33
Hex 94 72 13 0 17 57 2A 2C 4D 21
Octal 224 162 23 0 27 127 52 54 115 41
Binary 10010100 1110010 10011 0 10111 1010111 101010 101100 1001101 100001

Color Harmonies of #947213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947213

Black with #947213

Text Example


Text Example

White with #947213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947213; }

 p { color: rgb(148,114,19); }

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

background-color css

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

 a { background-color: rgb(148,114,19); }

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

border-color css

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

 span { border-color: rgb(148,114,19); }

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