Html Css Color HEX #944C18 Saddle Brown

📋 copy color: '#944C18'

red 148 ◦ green 76 ◦ blue 24

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

Shades of Saddle Brown #944C18

Tints of Saddle Brown #944C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.68%

R = 59.68%
G = 30.65%
B = 9.68%

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

#944C18 (or 0x944C18) is known color: Saddle Brown. HEX triplet: 94, 4C and 18. RGB value is (148,76,24). Sum of RGB (Red+Green+Blue) = 148+76+24=248 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.68% from 248); Green value is 76 (30.08% from 255 or 30.65% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 148 - color contains mainly: red. Hex color #944C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944C18 is #6BB3E7. Grayscale: #5B5B5B. Windows color (decimal): -7058408 or 1592468. OLE color: 1592468.

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

Color convert

RGB 148 76 24 -
CMYK 0 0.49 0.84 0.42
HSL 25.16º 0.72% 0.34% -
HSV(B) 25.16º 0.84% 0.58% -
XYZ 14.96 11.53 2.3 -
YUV 91.6 89.85 168.23 -
System Red Green Blue C M Y K H S L
Decimal 148 76 24 0 0.49 0.84 0.42 25.16 0.72 0.34
Hex 94 4C 18 0 31 54 2A 19 48 22
Octal 224 114 30 0 61 124 52 31 110 42
Binary 10010100 1001100 11000 0 110001 1010100 101010 11001 1001000 100010

Color Harmonies of #944C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944C18

Black with #944C18

Text Example


Text Example

White with #944C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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