Html Css Color HEX #94491B Saddle Brown

📋 copy color: '#94491B'

red 148 ◦ green 73 ◦ blue 27

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

Shades of Saddle Brown #94491B

Tints of Saddle Brown #94491B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.44%

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

R = 59.68%
G = 29.44%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#94491B (or 0x94491B) is known color: Saddle Brown. HEX triplet: 94, 49 and 1B. RGB value is (148,73,27). Sum of RGB (Red+Green+Blue) = 148+73+27=248 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.68% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 148 - color contains mainly: red. Hex color #94491B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94491B is #6BB6E4. Grayscale: #5A5A5A. Windows color (decimal): -7059173 or 1788308. OLE color: 1788308.

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

Color convert

RGB 148 73 27 -
CMYK 0 0.51 0.82 0.42
HSL 22.81º 0.69% 0.34% -
HSV(B) 22.81º 0.82% 0.58% -
XYZ 14.79 11.14 2.41 -
YUV 90.18 92.35 169.24 -
System Red Green Blue C M Y K H S L
Decimal 148 73 27 0 0.51 0.82 0.42 22.81 0.69 0.34
Hex 94 49 1B 0 33 52 2A 17 45 22
Octal 224 111 33 0 63 122 52 27 105 42
Binary 10010100 1001001 11011 0 110011 1010010 101010 10111 1000101 100010

Color Harmonies of #94491B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94491B

Black with #94491B

Text Example


Text Example

White with #94491B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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