Html Css Color HEX #944616 Saddle Brown

📋 copy color: '#944616'

red 148 ◦ green 70 ◦ blue 22

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

Shades of Saddle Brown #944616

Tints of Saddle Brown #944616

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.17%

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

R = 61.67%
G = 29.17%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#944616 (or 0x944616) is known color: Saddle Brown. HEX triplet: 94, 46 and 16. RGB value is (148,70,22). Sum of RGB (Red+Green+Blue) = 148+70+22=240 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.67% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 22 (8.98% from 255 or 9.17% from 240); Max value from RGB is 148 - color contains mainly: red. Hex color #944616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944616 is #6BB9E9. Grayscale: #585858. Windows color (decimal): -7059946 or 1459860. OLE color: 1459860.

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

Color convert

RGB 148 70 22 -
CMYK 0 0.53 0.85 0.42
HSL 22.86º 0.74% 0.33% -
HSV(B) 22.86º 0.85% 0.58% -
XYZ 14.55 10.73 2.06 -
YUV 87.85 90.84 170.9 -
System Red Green Blue C M Y K H S L
Decimal 148 70 22 0 0.53 0.85 0.42 22.86 0.74 0.33
Hex 94 46 16 0 35 55 2A 17 4A 21
Octal 224 106 26 0 65 125 52 27 112 41
Binary 10010100 1000110 10110 0 110101 1010101 101010 10111 1001010 100001

Color Harmonies of #944616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944616

Black with #944616

Text Example


Text Example

White with #944616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944616; }

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

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

background-color css

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

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

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

border-color css

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

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

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