Html Css Color HEX #94710E Golden Brown

📋 copy color: '#94710E'

red 148 ◦ green 113 ◦ blue 14

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

Shades of Golden Brown #94710E

Tints of Golden Brown #94710E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.09%

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

R = 53.82%
G = 41.09%
B = 5.09%

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

#94710E (or 0x94710E) is known color: Golden Brown. HEX triplet: 94, 71 and 0E. RGB value is (148,113,14). Sum of RGB (Red+Green+Blue) = 148+113+14=275 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.82% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 14 (5.86% from 255 or 5.09% from 275); Max value from RGB is 148 - color contains mainly: red. Hex color #94710E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94710E is #6B8EF1. Grayscale: #707070. Windows color (decimal): -7048946 or 946580. OLE color: 946580.

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

Color convert

RGB 148 113 14 -
CMYK 0 0.24 0.91 0.42
HSL 44.33º 0.83% 0.32% -
HSV(B) 44.33º 0.91% 0.58% -
XYZ 18.2 18.14 2.96 -
YUV 112.18 72.6 153.55 -
System Red Green Blue C M Y K H S L
Decimal 148 113 14 0 0.24 0.91 0.42 44.33 0.83 0.32
Hex 94 71 E 0 18 5B 2A 2C 53 20
Octal 224 161 16 0 30 133 52 54 123 40
Binary 10010100 1110001 1110 0 11000 1011011 101010 101100 1010011 100000

Color Harmonies of #94710E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94710E

Black with #94710E

Text Example


Text Example

White with #94710E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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