Html Css Color HEX #94411C Saddle Brown

📋 copy color: '#94411C'

red 148 ◦ green 65 ◦ blue 28

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

Shades of Saddle Brown #94411C

Tints of Saddle Brown #94411C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.97%

 BLUE value IS 28 (11.33% from 255) = 11.62%

R = 61.41%
G = 26.97%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#94411C (or 0x94411C) is known color: Saddle Brown. HEX triplet: 94, 41 and 1C. RGB value is (148,65,28). Sum of RGB (Red+Green+Blue) = 148+65+28=241 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.41% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 148 - color contains mainly: red. Hex color #94411C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94411C is #6BBEE3. Grayscale: #555555. Windows color (decimal): -7061220 or 1851796. OLE color: 1851796.

HSL color Cylindrical-coordinate representation of color #94411C: hue angle of 18.5º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #94411C is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 65 28 -
CMYK 0 0.56 0.81 0.42
HSL 18.5º 0.68% 0.35% -
HSV(B) 18.5º 0.81% 0.58% -
XYZ 14.31 10.16 2.31 -
YUV 85.6 95.5 172.51 -
System Red Green Blue C M Y K H S L
Decimal 148 65 28 0 0.56 0.81 0.42 18.5 0.68 0.35
Hex 94 41 1C 0 38 51 2A 12 44 23
Octal 224 101 34 0 70 121 52 22 104 43
Binary 10010100 1000001 11100 0 111000 1010001 101010 10010 1000100 100011

Color Harmonies of #94411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94411C

Black with #94411C

Text Example


Text Example

White with #94411C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94411C; }

 p { color: rgb(148,65,28); }

 H1.HeaderClassName
 {
   color: #94411C;
 }
 .AnyTagClassName
 {
   color: #94411C;
 }
</style>

background-color css

<style>
 a { background-color: #94411C; }

 a { background-color: rgb(148,65,28); }

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

border-color css

<style>
 span { border-color: #94411C; }

 span { border-color: rgb(148,65,28); }

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