Html Css Color HEX #944916 Saddle Brown

📋 copy color: '#944916'

red 148 ◦ green 73 ◦ blue 22

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

Shades of Saddle Brown #944916

Tints of Saddle Brown #944916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.05%

R = 60.91%
G = 30.04%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#944916 (or 0x944916) is known color: Saddle Brown. HEX triplet: 94, 49 and 16. RGB value is (148,73,22). Sum of RGB (Red+Green+Blue) = 148+73+22=243 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.91% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 148 - color contains mainly: red. Hex color #944916 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944916 is #6BB6E9. Grayscale: #595959. Windows color (decimal): -7059178 or 1460628. OLE color: 1460628.

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

Color convert

RGB 148 73 22 -
CMYK 0 0.51 0.85 0.42
HSL 24.29º 0.74% 0.33% -
HSV(B) 24.29º 0.85% 0.58% -
XYZ 14.74 11.12 2.13 -
YUV 89.61 89.85 169.65 -
System Red Green Blue C M Y K H S L
Decimal 148 73 22 0 0.51 0.85 0.42 24.29 0.74 0.33
Hex 94 49 16 0 33 55 2A 18 4A 21
Octal 224 111 26 0 63 125 52 30 112 41
Binary 10010100 1001001 10110 0 110011 1010101 101010 11000 1001010 100001

Color Harmonies of #944916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944916

Black with #944916

Text Example


Text Example

White with #944916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944916; }

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

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

background-color css

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

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

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

border-color css

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

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

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