Html Css Color HEX #944C17 Saddle Brown

📋 copy color: '#944C17'

red 148 ◦ green 76 ◦ blue 23

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

Shades of Saddle Brown #944C17

Tints of Saddle Brown #944C17

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.77%

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

R = 59.92%
G = 30.77%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#944C17 (or 0x944C17) is known color: Saddle Brown. HEX triplet: 94, 4C and 17. RGB value is (148,76,23). Sum of RGB (Red+Green+Blue) = 148+76+23=247 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.92% from 247); Green value is 76 (30.08% from 255 or 30.77% from 247); Blue value is 23 (9.38% from 255 or 9.31% from 247); Max value from RGB is 148 - color contains mainly: red. Hex color #944C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944C17 is #6BB3E8. Grayscale: #5B5B5B. Windows color (decimal): -7058409 or 1526932. OLE color: 1526932.

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

Color convert

RGB 148 76 23 -
CMYK 0 0.49 0.84 0.42
HSL 25.44º 0.73% 0.34% -
HSV(B) 25.44º 0.84% 0.58% -
XYZ 14.95 11.53 2.25 -
YUV 91.49 89.35 168.31 -
System Red Green Blue C M Y K H S L
Decimal 148 76 23 0 0.49 0.84 0.42 25.44 0.73 0.34
Hex 94 4C 17 0 31 54 2A 19 49 22
Octal 224 114 27 0 61 124 52 31 111 42
Binary 10010100 1001100 10111 0 110001 1010100 101010 11001 1001001 100010

Color Harmonies of #944C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944C17

Black with #944C17

Text Example


Text Example

White with #944C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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