Html Css Color HEX #947510 Golden Brown

📋 copy color: '#947510'

red 148 ◦ green 117 ◦ blue 16

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

Shades of Golden Brown #947510

Tints of Golden Brown #947510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.69%

R = 52.67%
G = 41.64%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#947510 (or 0x947510) is known color: Golden Brown. HEX triplet: 94, 75 and 10. RGB value is (148,117,16). Sum of RGB (Red+Green+Blue) = 148+117+16=281 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.67% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 148 - color contains mainly: red. Hex color #947510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947510 is #6B8AEF. Grayscale: #737373. Windows color (decimal): -7047920 or 1078676. OLE color: 1078676.

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

Color convert

RGB 148 117 16 -
CMYK 0 0.21 0.89 0.42
HSL 45.91º 0.8% 0.32% -
HSV(B) 45.91º 0.89% 0.58% -
XYZ 18.67 19.06 3.18 -
YUV 114.76 72.27 151.71 -
System Red Green Blue C M Y K H S L
Decimal 148 117 16 0 0.21 0.89 0.42 45.91 0.8 0.32
Hex 94 75 10 0 15 59 2A 2E 50 20
Octal 224 165 20 0 25 131 52 56 120 40
Binary 10010100 1110101 10000 0 10101 1011001 101010 101110 1010000 100000

Color Harmonies of #947510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947510

Black with #947510

Text Example


Text Example

White with #947510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947510; }

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

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

background-color css

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

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

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

border-color css

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

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

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