Html Css Color HEX #947003 Golden Brown

📋 copy color: '#947003'

red 148 ◦ green 112 ◦ blue 3

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

Shades of Golden Brown #947003

Tints of Golden Brown #947003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.14%

R = 56.27%
G = 42.59%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.98

 K value IS 0.42

RGB Variations

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

Color information

#947003 (or 0x947003) is known color: Golden Brown. HEX triplet: 94, 70 and 03. RGB value is (148,112,3). Sum of RGB (Red+Green+Blue) = 148+112+3=263 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.27% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 148 - color contains mainly: red. Hex color #947003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947003 is #6B8FFC. Grayscale: #6E6E6E. Windows color (decimal): -7049213 or 225428. OLE color: 225428.

HSL color Cylindrical-coordinate representation of color #947003: hue angle of 45.1º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #947003 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 112 3 -
CMYK 0 0.24 0.98 0.42
HSL 45.1º 0.96% 0.3% -
HSV(B) 45.1º 0.98% 0.58% -
XYZ 18.02 17.89 2.59 -
YUV 110.34 67.43 154.86 -
System Red Green Blue C M Y K H S L
Decimal 148 112 3 0 0.24 0.98 0.42 45.1 0.96 0.3
Hex 94 70 3 0 18 62 2A 2D 60 1E
Octal 224 160 3 0 30 142 52 55 140 36
Binary 10010100 1110000 11 0 11000 1100010 101010 101101 1100000 11110

Color Harmonies of #947003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947003

Black with #947003

Text Example


Text Example

White with #947003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947003; }

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

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

background-color css

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

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

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

border-color css

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

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

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