Html Css Color HEX #94441B Saddle Brown

📋 copy color: '#94441B'

red 148 ◦ green 68 ◦ blue 27

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

Shades of Saddle Brown #94441B

Tints of Saddle Brown #94441B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.11%

R = 60.91%
G = 27.98%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#94441B (or 0x94441B) is known color: Saddle Brown. HEX triplet: 94, 44 and 1B. RGB value is (148,68,27). Sum of RGB (Red+Green+Blue) = 148+68+27=243 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.91% from 243); Green value is 68 (26.95% from 255 or 27.98% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 148 - color contains mainly: red. Hex color #94441B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94441B is #6BBBE4. Grayscale: #575757. Windows color (decimal): -7060453 or 1787028. OLE color: 1787028.

HSL color Cylindrical-coordinate representation of color #94441B: hue angle of 20.33º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #94441B is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 68 27 -
CMYK 0 0.54 0.82 0.42
HSL 20.33º 0.69% 0.34% -
HSV(B) 20.33º 0.82% 0.58% -
XYZ 14.48 10.51 2.3 -
YUV 87.25 94 171.33 -
System Red Green Blue C M Y K H S L
Decimal 148 68 27 0 0.54 0.82 0.42 20.33 0.69 0.34
Hex 94 44 1B 0 36 52 2A 14 45 22
Octal 224 104 33 0 66 122 52 24 105 42
Binary 10010100 1000100 11011 0 110110 1010010 101010 10100 1000101 100010

Color Harmonies of #94441B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94441B

Black with #94441B

Text Example


Text Example

White with #94441B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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