Html Css Color HEX #947508 Golden Brown

📋 copy color: '#947508'

red 148 ◦ green 117 ◦ blue 8

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

Shades of Golden Brown #947508

Tints of Golden Brown #947508

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.86%

 BLUE value IS 8 (3.52% from 255) = 2.93%

R = 54.21%
G = 42.86%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#947508 (or 0x947508) is known color: Golden Brown. HEX triplet: 94, 75 and 08. RGB value is (148,117,8). Sum of RGB (Red+Green+Blue) = 148+117+8=273 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.21% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 8 (3.52% from 255 or 2.93% from 273); Max value from RGB is 148 - color contains mainly: red. Hex color #947508 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947508 is #6B8AF7. Grayscale: #727272. Windows color (decimal): -7047928 or 554388. OLE color: 554388.

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

Color convert

RGB 148 117 8 -
CMYK 0 0.21 0.95 0.42
HSL 46.71º 0.9% 0.31% -
HSV(B) 46.71º 0.95% 0.58% -
XYZ 18.62 19.04 2.92 -
YUV 113.84 68.27 152.36 -
System Red Green Blue C M Y K H S L
Decimal 148 117 8 0 0.21 0.95 0.42 46.71 0.9 0.31
Hex 94 75 8 0 15 5F 2A 2F 5A 1F
Octal 224 165 10 0 25 137 52 57 132 37
Binary 10010100 1110101 1000 0 10101 1011111 101010 101111 1011010 11111

Color Harmonies of #947508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947508

Black with #947508

Text Example


Text Example

White with #947508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947508; }

 p { color: rgb(148,117,8); }

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

background-color css

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

 a { background-color: rgb(148,117,8); }

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

border-color css

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

 span { border-color: rgb(148,117,8); }

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