Html Css Color HEX #944717 Saddle Brown

📋 copy color: '#944717'

red 148 ◦ green 71 ◦ blue 23

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

Shades of Saddle Brown #944717

Tints of Saddle Brown #944717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.5%

R = 61.16%
G = 29.34%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#944717 (or 0x944717) is known color: Saddle Brown. HEX triplet: 94, 47 and 17. RGB value is (148,71,23). Sum of RGB (Red+Green+Blue) = 148+71+23=242 (32% of max value = 765). Red value is 148 (58.20% from 255 or 61.16% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 23 (9.38% from 255 or 9.50% from 242); Max value from RGB is 148 - color contains mainly: red. Hex color #944717 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944717 is #6BB8E8. Grayscale: #585858. Windows color (decimal): -7059689 or 1525652. OLE color: 1525652.

HSL color Cylindrical-coordinate representation of color #944717: hue angle of 23.04º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #944717 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 71 23 -
CMYK 0 0.52 0.84 0.42
HSL 23.04º 0.73% 0.34% -
HSV(B) 23.04º 0.84% 0.58% -
XYZ 14.62 10.86 2.14 -
YUV 88.55 91.01 170.4 -
System Red Green Blue C M Y K H S L
Decimal 148 71 23 0 0.52 0.84 0.42 23.04 0.73 0.34
Hex 94 47 17 0 34 54 2A 17 49 22
Octal 224 107 27 0 64 124 52 27 111 42
Binary 10010100 1000111 10111 0 110100 1010100 101010 10111 1001001 100010

Color Harmonies of #944717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944717

Black with #944717

Text Example


Text Example

White with #944717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944717; }

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

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

background-color css

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

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

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

border-color css

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

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

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