Html Css Color HEX #94740B Golden Brown

📋 copy color: '#94740B'

red 148 ◦ green 116 ◦ blue 11

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

Shades of Golden Brown #94740B

Tints of Golden Brown #94740B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.18%

 BLUE value IS 11 (4.69% from 255) = 4%

R = 53.82%
G = 42.18%
B = 4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#94740B (or 0x94740B) is known color: Golden Brown. HEX triplet: 94, 74 and 0B. RGB value is (148,116,11). Sum of RGB (Red+Green+Blue) = 148+116+11=275 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.82% from 275); Green value is 116 (45.70% from 255 or 42.18% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 148 - color contains mainly: red. Hex color #94740B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94740B is #6B8BF4. Grayscale: #727272. Windows color (decimal): -7048181 or 750740. OLE color: 750740.

HSL color Cylindrical-coordinate representation of color #94740B: hue angle of 45.99º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #94740B is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 116 11 -
CMYK 0 0.22 0.93 0.42
HSL 45.99º 0.86% 0.31% -
HSV(B) 45.99º 0.93% 0.58% -
XYZ 18.52 18.81 2.97 -
YUV 113.6 70.1 152.54 -
System Red Green Blue C M Y K H S L
Decimal 148 116 11 0 0.22 0.93 0.42 45.99 0.86 0.31
Hex 94 74 B 0 16 5D 2A 2E 56 1F
Octal 224 164 13 0 26 135 52 56 126 37
Binary 10010100 1110100 1011 0 10110 1011101 101010 101110 1010110 11111

Color Harmonies of #94740B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94740B

Black with #94740B

Text Example


Text Example

White with #94740B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94740B; }

 p { color: rgb(148,116,11); }

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

background-color css

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

 a { background-color: rgb(148,116,11); }

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

border-color css

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

 span { border-color: rgb(148,116,11); }

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