Html Css Color HEX #94490C Saddle Brown

📋 copy color: '#94490C'

red 148 ◦ green 73 ◦ blue 12

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

Shades of Saddle Brown #94490C

Tints of Saddle Brown #94490C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.15%

R = 63.52%
G = 31.33%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#94490C (or 0x94490C) is known color: Saddle Brown. HEX triplet: 94, 49 and 0C. RGB value is (148,73,12). Sum of RGB (Red+Green+Blue) = 148+73+12=233 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.52% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 148 - color contains mainly: red. Hex color #94490C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94490C is #6BB6F3. Grayscale: #585858. Windows color (decimal): -7059188 or 805268. OLE color: 805268.

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

Color convert

RGB 148 73 12 -
CMYK 0 0.51 0.92 0.42
HSL 26.91º 0.85% 0.31% -
HSV(B) 26.91º 0.92% 0.58% -
XYZ 14.66 11.09 1.72 -
YUV 88.47 84.85 170.46 -
System Red Green Blue C M Y K H S L
Decimal 148 73 12 0 0.51 0.92 0.42 26.91 0.85 0.31
Hex 94 49 C 0 33 5C 2A 1B 55 1F
Octal 224 111 14 0 63 134 52 33 125 37
Binary 10010100 1001001 1100 0 110011 1011100 101010 11011 1010101 11111

Color Harmonies of #94490C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94490C

Black with #94490C

Text Example


Text Example

White with #94490C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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