Html Css Color HEX #94440E Saddle Brown

📋 copy color: '#94440E'

red 148 ◦ green 68 ◦ blue 14

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

Shades of Saddle Brown #94440E

Tints of Saddle Brown #94440E

RGB

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

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

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

R = 64.35%
G = 29.57%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#94440E (or 0x94440E) is known color: Saddle Brown. HEX triplet: 94, 44 and 0E. RGB value is (148,68,14). Sum of RGB (Red+Green+Blue) = 148+68+14=230 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.35% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 14 (5.86% from 255 or 6.09% from 230); Max value from RGB is 148 - color contains mainly: red. Hex color #94440E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94440E is #6BBBF1. Grayscale: #565656. Windows color (decimal): -7060466 or 935060. OLE color: 935060.

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

Color convert

RGB 148 68 14 -
CMYK 0 0.54 0.91 0.42
HSL 24.18º 0.83% 0.32% -
HSV(B) 24.18º 0.91% 0.58% -
XYZ 14.36 10.46 1.68 -
YUV 85.76 87.5 172.39 -
System Red Green Blue C M Y K H S L
Decimal 148 68 14 0 0.54 0.91 0.42 24.18 0.83 0.32
Hex 94 44 E 0 36 5B 2A 18 53 20
Octal 224 104 16 0 66 133 52 30 123 40
Binary 10010100 1000100 1110 0 110110 1011011 101010 11000 1010011 100000

Color Harmonies of #94440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94440E

Black with #94440E

Text Example


Text Example

White with #94440E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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