Html Css Color HEX #944716 Saddle Brown

📋 copy color: '#944716'

red 148 ◦ green 71 ◦ blue 22

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

Shades of Saddle Brown #944716

Tints of Saddle Brown #944716

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.46%

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

R = 61.41%
G = 29.46%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#944716 (or 0x944716) is known color: Saddle Brown. HEX triplet: 94, 47 and 16. RGB value is (148,71,22). Sum of RGB (Red+Green+Blue) = 148+71+22=241 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.41% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 148 - color contains mainly: red. Hex color #944716 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944716 is #6BB8E9. Grayscale: #585858. Windows color (decimal): -7059690 or 1460116. OLE color: 1460116.

HSL color Cylindrical-coordinate representation of color #944716: hue angle of 23.33º 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 #944716 is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 71 22 -
CMYK 0 0.52 0.85 0.42
HSL 23.33º 0.74% 0.33% -
HSV(B) 23.33º 0.85% 0.58% -
XYZ 14.61 10.86 2.09 -
YUV 88.44 90.51 170.48 -
System Red Green Blue C M Y K H S L
Decimal 148 71 22 0 0.52 0.85 0.42 23.33 0.74 0.33
Hex 94 47 16 0 34 55 2A 17 4A 21
Octal 224 107 26 0 64 125 52 27 112 41
Binary 10010100 1000111 10110 0 110100 1010101 101010 10111 1001010 100001

Color Harmonies of #944716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944716

Black with #944716

Text Example


Text Example

White with #944716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944716; }

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

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

background-color css

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

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

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

border-color css

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

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

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