Html Css Color HEX #944912 Saddle Brown

📋 copy color: '#944912'

red 148 ◦ green 73 ◦ blue 18

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

Shades of Saddle Brown #944912

Tints of Saddle Brown #944912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.53%

R = 61.92%
G = 30.54%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#944912 (or 0x944912) is known color: Saddle Brown. HEX triplet: 94, 49 and 12. RGB value is (148,73,18). Sum of RGB (Red+Green+Blue) = 148+73+18=239 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.92% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 148 - color contains mainly: red. Hex color #944912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944912 is #6BB6ED. Grayscale: #595959. Windows color (decimal): -7059182 or 1198484. OLE color: 1198484.

HSL color Cylindrical-coordinate representation of color #944912: hue angle of 25.38º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #944912 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 73 18 -
CMYK 0 0.51 0.88 0.42
HSL 25.38º 0.78% 0.33% -
HSV(B) 25.38º 0.88% 0.58% -
XYZ 14.7 11.1 1.94 -
YUV 89.16 87.85 169.97 -
System Red Green Blue C M Y K H S L
Decimal 148 73 18 0 0.51 0.88 0.42 25.38 0.78 0.33
Hex 94 49 12 0 33 58 2A 19 4E 21
Octal 224 111 22 0 63 130 52 31 116 41
Binary 10010100 1001001 10010 0 110011 1011000 101010 11001 1001110 100001

Color Harmonies of #944912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944912

Black with #944912

Text Example


Text Example

White with #944912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944912; }

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

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

background-color css

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

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

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

border-color css

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

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

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