Html Css Color HEX #947007 Golden Brown

📋 copy color: '#947007'

red 148 ◦ green 112 ◦ blue 7

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

Shades of Golden Brown #947007

Tints of Golden Brown #947007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.62%

R = 55.43%
G = 41.95%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#947007 (or 0x947007) is known color: Golden Brown. HEX triplet: 94, 70 and 07. RGB value is (148,112,7). Sum of RGB (Red+Green+Blue) = 148+112+7=267 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.43% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 7 (3.12% from 255 or 2.62% from 267); Max value from RGB is 148 - color contains mainly: red. Hex color #947007 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947007 is #6B8FF8. Grayscale: #6F6F6F. Windows color (decimal): -7049209 or 487572. OLE color: 487572.

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

Color convert

RGB 148 112 7 -
CMYK 0 0.24 0.95 0.42
HSL 44.68º 0.91% 0.3% -
HSV(B) 44.68º 0.95% 0.58% -
XYZ 18.05 17.9 2.7 -
YUV 110.79 69.43 154.54 -
System Red Green Blue C M Y K H S L
Decimal 148 112 7 0 0.24 0.95 0.42 44.68 0.91 0.3
Hex 94 70 7 0 18 5F 2A 2D 5B 1E
Octal 224 160 7 0 30 137 52 55 133 36
Binary 10010100 1110000 111 0 11000 1011111 101010 101101 1011011 11110

Color Harmonies of #947007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947007

Black with #947007

Text Example


Text Example

White with #947007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947007; }

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

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

background-color css

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

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

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

border-color css

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

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

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