Html Css Color HEX #94760E Golden Brown

📋 copy color: '#94760E'

red 148 ◦ green 118 ◦ blue 14

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

Shades of Golden Brown #94760E

Tints of Golden Brown #94760E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5%

R = 52.86%
G = 42.14%
B = 5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#94760E (or 0x94760E) is known color: Golden Brown. HEX triplet: 94, 76 and 0E. RGB value is (148,118,14). Sum of RGB (Red+Green+Blue) = 148+118+14=280 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.86% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 148 - color contains mainly: red. Hex color #94760E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94760E is #6B89F1. Grayscale: #737373. Windows color (decimal): -7047666 or 947860. OLE color: 947860.

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

Color convert

RGB 148 118 14 -
CMYK 0 0.20 0.91 0.42
HSL 46.57º 0.83% 0.32% -
HSV(B) 46.57º 0.91% 0.58% -
XYZ 18.77 19.28 3.15 -
YUV 115.11 70.94 151.46 -
System Red Green Blue C M Y K H S L
Decimal 148 118 14 0 0.20 0.91 0.42 46.57 0.83 0.32
Hex 94 76 E 0 14 5B 2A 2F 53 20
Octal 224 166 16 0 24 133 52 57 123 40
Binary 10010100 1110110 1110 0 10100 1011011 101010 101111 1010011 100000

Color Harmonies of #94760E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94760E

Black with #94760E

Text Example


Text Example

White with #94760E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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