Html Css Color HEX #944913 Saddle Brown

📋 copy color: '#944913'

red 148 ◦ green 73 ◦ blue 19

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

Shades of Saddle Brown #944913

Tints of Saddle Brown #944913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.92%

R = 61.67%
G = 30.42%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#944913 (or 0x944913) is known color: Saddle Brown. HEX triplet: 94, 49 and 13. RGB value is (148,73,19). Sum of RGB (Red+Green+Blue) = 148+73+19=240 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.67% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 148 - color contains mainly: red. Hex color #944913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944913 is #6BB6EC. Grayscale: #595959. Windows color (decimal): -7059181 or 1264020. OLE color: 1264020.

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

Color convert

RGB 148 73 19 -
CMYK 0 0.51 0.87 0.42
HSL 25.12º 0.77% 0.33% -
HSV(B) 25.12º 0.87% 0.58% -
XYZ 14.71 11.11 1.98 -
YUV 89.27 88.35 169.89 -
System Red Green Blue C M Y K H S L
Decimal 148 73 19 0 0.51 0.87 0.42 25.12 0.77 0.33
Hex 94 49 13 0 33 57 2A 19 4D 21
Octal 224 111 23 0 63 127 52 31 115 41
Binary 10010100 1001001 10011 0 110011 1010111 101010 11001 1001101 100001

Color Harmonies of #944913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944913

Black with #944913

Text Example


Text Example

White with #944913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944913; }

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

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

background-color css

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

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

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

border-color css

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

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

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