Html Css Color HEX #94520E Saddle Brown

📋 copy color: '#94520E'

red 148 ◦ green 82 ◦ blue 14

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

Shades of Saddle Brown #94520E

Tints of Saddle Brown #94520E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.61%

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

R = 60.66%
G = 33.61%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#94520E (or 0x94520E) is known color: Saddle Brown. HEX triplet: 94, 52 and 0E. RGB value is (148,82,14). Sum of RGB (Red+Green+Blue) = 148+82+14=244 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.66% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 148 - color contains mainly: red. Hex color #94520E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94520E is #6BADF1. Grayscale: #5E5E5E. Windows color (decimal): -7056882 or 938644. OLE color: 938644.

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

Color convert

RGB 148 82 14 -
CMYK 0 0.45 0.91 0.42
HSL 30.45º 0.83% 0.32% -
HSV(B) 30.45º 0.91% 0.58% -
XYZ 15.31 12.36 1.99 -
YUV 93.98 82.87 166.53 -
System Red Green Blue C M Y K H S L
Decimal 148 82 14 0 0.45 0.91 0.42 30.45 0.83 0.32
Hex 94 52 E 0 2D 5B 2A 1E 53 20
Octal 224 122 16 0 55 133 52 36 123 40
Binary 10010100 1010010 1110 0 101101 1011011 101010 11110 1010011 100000

Color Harmonies of #94520E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94520E

Black with #94520E

Text Example


Text Example

White with #94520E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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