Html Css Color HEX #94540E Saddle Brown

📋 copy color: '#94540E'

red 148 ◦ green 84 ◦ blue 14

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

Shades of Saddle Brown #94540E

Tints of Saddle Brown #94540E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.15%

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

R = 60.16%
G = 34.15%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#94540E (or 0x94540E) is known color: Saddle Brown. HEX triplet: 94, 54 and 0E. RGB value is (148,84,14). Sum of RGB (Red+Green+Blue) = 148+84+14=246 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.16% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 14 (5.86% from 255 or 5.69% from 246); Max value from RGB is 148 - color contains mainly: red. Hex color #94540E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94540E is #6BABF1. Grayscale: #5F5F5F. Windows color (decimal): -7056370 or 939156. OLE color: 939156.

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

Color convert

RGB 148 84 14 -
CMYK 0 0.43 0.91 0.42
HSL 31.34º 0.83% 0.32% -
HSV(B) 31.34º 0.91% 0.58% -
XYZ 15.46 12.67 2.05 -
YUV 95.16 82.2 165.69 -
System Red Green Blue C M Y K H S L
Decimal 148 84 14 0 0.43 0.91 0.42 31.34 0.83 0.32
Hex 94 54 E 0 2B 5B 2A 1F 53 20
Octal 224 124 16 0 53 133 52 37 123 40
Binary 10010100 1010100 1110 0 101011 1011011 101010 11111 1010011 100000

Color Harmonies of #94540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94540E

Black with #94540E

Text Example


Text Example

White with #94540E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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