Html Css Color HEX #94411B Saddle Brown

📋 copy color: '#94411B'

red 148 ◦ green 65 ◦ blue 27

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

Shades of Saddle Brown #94411B

Tints of Saddle Brown #94411B

RGB

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

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

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

R = 61.67%
G = 27.08%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#94411B (or 0x94411B) is known color: Saddle Brown. HEX triplet: 94, 41 and 1B. RGB value is (148,65,27). Sum of RGB (Red+Green+Blue) = 148+65+27=240 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.67% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 27 (10.94% from 255 or 11.25% from 240); Max value from RGB is 148 - color contains mainly: red. Hex color #94411B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94411B is #6BBEE4. Grayscale: #555555. Windows color (decimal): -7061221 or 1786260. OLE color: 1786260.

HSL color Cylindrical-coordinate representation of color #94411B: hue angle of 18.84º 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 #94411B is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 65 27 -
CMYK 0 0.56 0.82 0.42
HSL 18.84º 0.69% 0.34% -
HSV(B) 18.84º 0.82% 0.58% -
XYZ 14.3 10.16 2.24 -
YUV 85.49 95 172.59 -
System Red Green Blue C M Y K H S L
Decimal 148 65 27 0 0.56 0.82 0.42 18.84 0.69 0.34
Hex 94 41 1B 0 38 52 2A 13 45 22
Octal 224 101 33 0 70 122 52 23 105 42
Binary 10010100 1000001 11011 0 111000 1010010 101010 10011 1000101 100010

Color Harmonies of #94411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94411B

Black with #94411B

Text Example


Text Example

White with #94411B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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