Html Css Color HEX #94700E Golden Brown

📋 copy color: '#94700E'

red 148 ◦ green 112 ◦ blue 14

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

Shades of Golden Brown #94700E

Tints of Golden Brown #94700E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.88%

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

R = 54.01%
G = 40.88%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#94700E (or 0x94700E) is known color: Golden Brown. HEX triplet: 94, 70 and 0E. RGB value is (148,112,14). Sum of RGB (Red+Green+Blue) = 148+112+14=274 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.01% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 14 (5.86% from 255 or 5.11% from 274); Max value from RGB is 148 - color contains mainly: red. Hex color #94700E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94700E is #6B8FF1. Grayscale: #707070. Windows color (decimal): -7049202 or 946324. OLE color: 946324.

HSL color Cylindrical-coordinate representation of color #94700E: hue angle of 43.88º 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 #94700E is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 112 14 -
CMYK 0 0.24 0.91 0.42
HSL 43.88º 0.83% 0.32% -
HSV(B) 43.88º 0.91% 0.58% -
XYZ 18.09 17.92 2.92 -
YUV 111.59 72.93 153.97 -
System Red Green Blue C M Y K H S L
Decimal 148 112 14 0 0.24 0.91 0.42 43.88 0.83 0.32
Hex 94 70 E 0 18 5B 2A 2C 53 20
Octal 224 160 16 0 30 133 52 54 123 40
Binary 10010100 1110000 1110 0 11000 1011011 101010 101100 1010011 100000

Color Harmonies of #94700E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94700E

Black with #94700E

Text Example


Text Example

White with #94700E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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