Html Css Color HEX #944A0E Saddle Brown

📋 copy color: '#944A0E'

red 148 ◦ green 74 ◦ blue 14

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

Shades of Saddle Brown #944A0E

Tints of Saddle Brown #944A0E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.36%

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

R = 62.71%
G = 31.36%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#944A0E (or 0x944A0E) is known color: Saddle Brown. HEX triplet: 94, 4A and 0E. RGB value is (148,74,14). Sum of RGB (Red+Green+Blue) = 148+74+14=236 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.71% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 148 - color contains mainly: red. Hex color #944A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944A0E is #6BB5F1. Grayscale: #595959. Windows color (decimal): -7058930 or 936596. OLE color: 936596.

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

Color convert

RGB 148 74 14 -
CMYK 0 0.50 0.91 0.42
HSL 26.87º 0.83% 0.32% -
HSV(B) 26.87º 0.91% 0.58% -
XYZ 14.74 11.23 1.81 -
YUV 89.29 85.52 169.88 -
System Red Green Blue C M Y K H S L
Decimal 148 74 14 0 0.50 0.91 0.42 26.87 0.83 0.32
Hex 94 4A E 0 32 5B 2A 1B 53 20
Octal 224 112 16 0 62 133 52 33 123 40
Binary 10010100 1001010 1110 0 110010 1011011 101010 11011 1010011 100000

Color Harmonies of #944A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944A0E

Black with #944A0E

Text Example


Text Example

White with #944A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944A0E; }

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

 H1.HeaderClassName
 {
   color: #944A0E;
 }
 .AnyTagClassName
 {
   color: #944A0E;
 }
</style>

background-color css

<style>
 a { background-color: #944A0E; }

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

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

border-color css

<style>
 span { border-color: #944A0E; }

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

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