Html Css Color HEX #947002 Golden Brown

📋 copy color: '#947002'

red 148 ◦ green 112 ◦ blue 2

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

Shades of Golden Brown #947002

Tints of Golden Brown #947002

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.75%

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

R = 56.49%
G = 42.75%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#947002 (or 0x947002) is known color: Golden Brown. HEX triplet: 94, 70 and 02. RGB value is (148,112,2). Sum of RGB (Red+Green+Blue) = 148+112+2=262 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.49% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 148 - color contains mainly: red. Hex color #947002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947002 is #6B8FFD. Grayscale: #6E6E6E. Windows color (decimal): -7049214 or 159892. OLE color: 159892.

HSL color Cylindrical-coordinate representation of color #947002: hue angle of 45.21º 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 #947002 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 112 2 -
CMYK 0 0.24 0.99 0.42
HSL 45.21º 0.97% 0.29% -
HSV(B) 45.21º 0.99% 0.58% -
XYZ 18.02 17.89 2.56 -
YUV 110.22 66.93 154.94 -
System Red Green Blue C M Y K H S L
Decimal 148 112 2 0 0.24 0.99 0.42 45.21 0.97 0.29
Hex 94 70 2 0 18 63 2A 2D 61 1D
Octal 224 160 2 0 30 143 52 55 141 35
Binary 10010100 1110000 10 0 11000 1100011 101010 101101 1100001 11101

Color Harmonies of #947002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947002

Black with #947002

Text Example


Text Example

White with #947002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947002; }

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

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

background-color css

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

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

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

border-color css

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

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

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