Html Css Color HEX #947202 Golden Brown

📋 copy color: '#947202'

red 148 ◦ green 114 ◦ blue 2

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

Shades of Golden Brown #947202

Tints of Golden Brown #947202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.76%

R = 56.06%
G = 43.18%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#947202 (or 0x947202) is known color: Golden Brown. HEX triplet: 94, 72 and 02. RGB value is (148,114,2). Sum of RGB (Red+Green+Blue) = 148+114+2=264 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.06% from 264); Green value is 114 (44.92% from 255 or 43.18% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 148 - color contains mainly: red. Hex color #947202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947202 is #6B8DFD. Grayscale: #6F6F6F. Windows color (decimal): -7048702 or 160404. OLE color: 160404.

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

Color convert

RGB 148 114 2 -
CMYK 0 0.23 0.99 0.42
HSL 46.03º 0.97% 0.29% -
HSV(B) 46.03º 0.99% 0.58% -
XYZ 18.24 18.33 2.64 -
YUV 111.4 66.26 154.11 -
System Red Green Blue C M Y K H S L
Decimal 148 114 2 0 0.23 0.99 0.42 46.03 0.97 0.29
Hex 94 72 2 0 17 63 2A 2E 61 1D
Octal 224 162 2 0 27 143 52 56 141 35
Binary 10010100 1110010 10 0 10111 1100011 101010 101110 1100001 11101

Color Harmonies of #947202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947202

Black with #947202

Text Example


Text Example

White with #947202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947202; }

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

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

background-color css

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

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

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

border-color css

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

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

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