Html Css Color HEX #94720E Golden Brown

📋 copy color: '#94720E'

red 148 ◦ green 114 ◦ blue 14

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

Shades of Golden Brown #94720E

Tints of Golden Brown #94720E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.3%

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

R = 53.62%
G = 41.3%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#94720E (or 0x94720E) is known color: Golden Brown. HEX triplet: 94, 72 and 0E. RGB value is (148,114,14). Sum of RGB (Red+Green+Blue) = 148+114+14=276 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.62% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 148 - color contains mainly: red. Hex color #94720E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94720E is #6B8DF1. Grayscale: #717171. Windows color (decimal): -7048690 or 946836. OLE color: 946836.

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

Color convert

RGB 148 114 14 -
CMYK 0 0.23 0.91 0.42
HSL 44.78º 0.83% 0.32% -
HSV(B) 44.78º 0.91% 0.58% -
XYZ 18.31 18.36 2.99 -
YUV 112.77 72.26 153.13 -
System Red Green Blue C M Y K H S L
Decimal 148 114 14 0 0.23 0.91 0.42 44.78 0.83 0.32
Hex 94 72 E 0 17 5B 2A 2D 53 20
Octal 224 162 16 0 27 133 52 55 123 40
Binary 10010100 1110010 1110 0 10111 1011011 101010 101101 1010011 100000

Color Harmonies of #94720E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94720E

Black with #94720E

Text Example


Text Example

White with #94720E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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