Html Css Color HEX #94490B Saddle Brown

📋 copy color: '#94490B'

red 148 ◦ green 73 ◦ blue 11

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

Shades of Saddle Brown #94490B

Tints of Saddle Brown #94490B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.74%

R = 63.79%
G = 31.47%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#94490B (or 0x94490B) is known color: Saddle Brown. HEX triplet: 94, 49 and 0B. RGB value is (148,73,11). Sum of RGB (Red+Green+Blue) = 148+73+11=232 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.79% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 148 - color contains mainly: red. Hex color #94490B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94490B is #6BB6F4. Grayscale: #585858. Windows color (decimal): -7059189 or 739732. OLE color: 739732.

HSL color Cylindrical-coordinate representation of color #94490B: hue angle of 27.15º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #94490B is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 73 11 -
CMYK 0 0.51 0.93 0.42
HSL 27.15º 0.86% 0.31% -
HSV(B) 27.15º 0.93% 0.58% -
XYZ 14.66 11.09 1.68 -
YUV 88.36 84.35 170.54 -
System Red Green Blue C M Y K H S L
Decimal 148 73 11 0 0.51 0.93 0.42 27.15 0.86 0.31
Hex 94 49 B 0 33 5D 2A 1B 56 1F
Octal 224 111 13 0 63 135 52 33 126 37
Binary 10010100 1001001 1011 0 110011 1011101 101010 11011 1010110 11111

Color Harmonies of #94490B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94490B

Black with #94490B

Text Example


Text Example

White with #94490B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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