Html Css Color HEX #94441E Saddle Brown

📋 copy color: '#94441E'

red 148 ◦ green 68 ◦ blue 30

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

Shades of Saddle Brown #94441E

Tints of Saddle Brown #94441E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.64%

 BLUE value IS 30 (12.11% from 255) = 12.2%

R = 60.16%
G = 27.64%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#94441E (or 0x94441E) is known color: Saddle Brown. HEX triplet: 94, 44 and 1E. RGB value is (148,68,30). Sum of RGB (Red+Green+Blue) = 148+68+30=246 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.16% from 246); Green value is 68 (26.95% from 255 or 27.64% from 246); Blue value is 30 (12.11% from 255 or 12.20% from 246); Max value from RGB is 148 - color contains mainly: red. Hex color #94441E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94441E is #6BBBE1. Grayscale: #575757. Windows color (decimal): -7060450 or 1983636. OLE color: 1983636.

HSL color Cylindrical-coordinate representation of color #94441E: hue angle of 19.32º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #94441E is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 68 30 -
CMYK 0 0.54 0.80 0.42
HSL 19.32º 0.66% 0.35% -
HSV(B) 19.32º 0.8% 0.58% -
XYZ 14.51 10.52 2.49 -
YUV 87.59 95.5 171.09 -
System Red Green Blue C M Y K H S L
Decimal 148 68 30 0 0.54 0.80 0.42 19.32 0.66 0.35
Hex 94 44 1E 0 36 50 2A 13 42 23
Octal 224 104 36 0 66 120 52 23 102 43
Binary 10010100 1000100 11110 0 110110 1010000 101010 10011 1000010 100011

Color Harmonies of #94441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94441E

Black with #94441E

Text Example


Text Example

White with #94441E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,68,30); }

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

background-color css

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

 a { background-color: rgb(148,68,30); }

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

border-color css

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

 span { border-color: rgb(148,68,30); }

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