Html Css Color HEX #94760F Golden Brown

📋 copy color: '#94760F'

red 148 ◦ green 118 ◦ blue 15

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

Shades of Golden Brown #94760F

Tints of Golden Brown #94760F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.99%

 BLUE value IS 15 (6.25% from 255) = 5.34%

R = 52.67%
G = 41.99%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#94760F (or 0x94760F) is known color: Golden Brown. HEX triplet: 94, 76 and 0F. RGB value is (148,118,15). Sum of RGB (Red+Green+Blue) = 148+118+15=281 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.67% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 15 (6.25% from 255 or 5.34% from 281); Max value from RGB is 148 - color contains mainly: red. Hex color #94760F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94760F is #6B89F0. Grayscale: #737373. Windows color (decimal): -7047665 or 1013396. OLE color: 1013396.

HSL color Cylindrical-coordinate representation of color #94760F: hue angle of 46.47º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #94760F is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 118 15 -
CMYK 0 0.20 0.90 0.42
HSL 46.47º 0.82% 0.32% -
HSV(B) 46.47º 0.9% 0.58% -
XYZ 18.78 19.29 3.19 -
YUV 115.23 71.44 151.38 -
System Red Green Blue C M Y K H S L
Decimal 148 118 15 0 0.20 0.90 0.42 46.47 0.82 0.32
Hex 94 76 F 0 14 5A 2A 2E 52 20
Octal 224 166 17 0 24 132 52 56 122 40
Binary 10010100 1110110 1111 0 10100 1011010 101010 101110 1010010 100000

Color Harmonies of #94760F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94760F

Black with #94760F

Text Example


Text Example

White with #94760F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94760F; }

 p { color: rgb(148,118,15); }

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

background-color css

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

 a { background-color: rgb(148,118,15); }

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

border-color css

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

 span { border-color: rgb(148,118,15); }

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