Html Css Color HEX #947200 Golden Brown

📋 copy color: '#947200'

red 148 ◦ green 114 ◦ blue 0

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

Shades of Golden Brown #947200

Tints of Golden Brown #947200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.49%
G = 43.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#947200 (or 0x947200) is known color: Golden Brown. HEX triplet: 94, 72 and 00. RGB value is (148,114,0). Sum of RGB (Red+Green+Blue) = 148+114+0=262 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.49% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 148 - color contains mainly: red. Hex color #947200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947200 is #6B8DFF. Grayscale: #6F6F6F. Windows color (decimal): -7048704 or 29332. OLE color: 29332.

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

Color convert

RGB 148 114 0 -
CMYK 0 0.23 1 0.42
HSL 46.22º 1% 0.29% -
HSV(B) 46.22º 1% 0.58% -
XYZ 18.23 18.33 2.58 -
YUV 111.17 65.26 154.27 -
System Red Green Blue C M Y K H S L
Decimal 148 114 0 0 0.23 1 0.42 46.22 1 0.29
Hex 94 72 0 0 17 64 2A 2E 64 1D
Octal 224 162 0 0 27 144 52 56 144 35
Binary 10010100 1110010 0 0 10111 1100100 101010 101110 1100100 11101

Color Harmonies of #947200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947200

Black with #947200

Text Example


Text Example

White with #947200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947200; }

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

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

background-color css

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

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

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

border-color css

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

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

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