Html Css Color HEX #94700F Golden Brown

📋 copy color: '#94700F'

red 148 ◦ green 112 ◦ blue 15

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

Shades of Golden Brown #94700F

Tints of Golden Brown #94700F

RGB

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

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

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

R = 53.82%
G = 40.73%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#94700F (or 0x94700F) is known color: Golden Brown. HEX triplet: 94, 70 and 0F. RGB value is (148,112,15). Sum of RGB (Red+Green+Blue) = 148+112+15=275 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.82% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 148 - color contains mainly: red. Hex color #94700F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94700F is #6B8FF0. Grayscale: #707070. Windows color (decimal): -7049201 or 1011860. OLE color: 1011860.

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

Color convert

RGB 148 112 15 -
CMYK 0 0.24 0.90 0.42
HSL 43.76º 0.82% 0.32% -
HSV(B) 43.76º 0.9% 0.58% -
XYZ 18.09 17.92 2.96 -
YUV 111.71 73.43 153.89 -
System Red Green Blue C M Y K H S L
Decimal 148 112 15 0 0.24 0.90 0.42 43.76 0.82 0.32
Hex 94 70 F 0 18 5A 2A 2C 52 20
Octal 224 160 17 0 30 132 52 54 122 40
Binary 10010100 1110000 1111 0 11000 1011010 101010 101100 1010010 100000

Color Harmonies of #94700F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94700F

Black with #94700F

Text Example


Text Example

White with #94700F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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