Html Css Color HEX #944817 Saddle Brown

📋 copy color: '#944817'

red 148 ◦ green 72 ◦ blue 23

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

Shades of Saddle Brown #944817

Tints of Saddle Brown #944817

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.63%

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

R = 60.91%
G = 29.63%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#944817 (or 0x944817) is known color: Saddle Brown. HEX triplet: 94, 48 and 17. RGB value is (148,72,23). Sum of RGB (Red+Green+Blue) = 148+72+23=243 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.91% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 23 (9.38% from 255 or 9.47% from 243); Max value from RGB is 148 - color contains mainly: red. Hex color #944817 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944817 is #6BB7E8. Grayscale: #595959. Windows color (decimal): -7059433 or 1525908. OLE color: 1525908.

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

Color convert

RGB 148 72 23 -
CMYK 0 0.51 0.84 0.42
HSL 23.52º 0.73% 0.34% -
HSV(B) 23.52º 0.84% 0.58% -
XYZ 14.68 10.99 2.16 -
YUV 89.14 90.68 169.98 -
System Red Green Blue C M Y K H S L
Decimal 148 72 23 0 0.51 0.84 0.42 23.52 0.73 0.34
Hex 94 48 17 0 33 54 2A 18 49 22
Octal 224 110 27 0 63 124 52 30 111 42
Binary 10010100 1001000 10111 0 110011 1010100 101010 11000 1001001 100010

Color Harmonies of #944817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944817

Black with #944817

Text Example


Text Example

White with #944817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944817; }

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

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

background-color css

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

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

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

border-color css

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

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

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