Html Css Color HEX #94441D Saddle Brown

📋 copy color: '#94441D'

red 148 ◦ green 68 ◦ blue 29

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

Shades of Saddle Brown #94441D

Tints of Saddle Brown #94441D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.84%

R = 60.41%
G = 27.76%
B = 11.84%

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

#94441D (or 0x94441D) is known color: Saddle Brown. HEX triplet: 94, 44 and 1D. RGB value is (148,68,29). Sum of RGB (Red+Green+Blue) = 148+68+29=245 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.41% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 148 - color contains mainly: red. Hex color #94441D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94441D is #6BBBE2. Grayscale: #575757. Windows color (decimal): -7060451 or 1918100. OLE color: 1918100.

HSL color Cylindrical-coordinate representation of color #94441D: hue angle of 19.66º degrees, saturation: 0.67, 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 #94441D is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 68 29 -
CMYK 0 0.54 0.80 0.42
HSL 19.66º 0.67% 0.35% -
HSV(B) 19.66º 0.8% 0.58% -
XYZ 14.5 10.52 2.43 -
YUV 87.47 95 171.17 -
System Red Green Blue C M Y K H S L
Decimal 148 68 29 0 0.54 0.80 0.42 19.66 0.67 0.35
Hex 94 44 1D 0 36 50 2A 14 43 23
Octal 224 104 35 0 66 120 52 24 103 43
Binary 10010100 1000100 11101 0 110110 1010000 101010 10100 1000011 100011

Color Harmonies of #94441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94441D

Black with #94441D

Text Example


Text Example

White with #94441D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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