Html Css Color HEX #944E1C Saddle Brown

📋 copy color: '#944E1C'

red 148 ◦ green 78 ◦ blue 28

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

Shades of Saddle Brown #944E1C

Tints of Saddle Brown #944E1C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.71%

 BLUE value IS 28 (11.33% from 255) = 11.02%

R = 58.27%
G = 30.71%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#944E1C (or 0x944E1C) is known color: Saddle Brown. HEX triplet: 94, 4E and 1C. RGB value is (148,78,28). Sum of RGB (Red+Green+Blue) = 148+78+28=254 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.27% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 148 - color contains mainly: red. Hex color #944E1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #944E1C is #6BB1E3. Grayscale: #5D5D5D. Windows color (decimal): -7057892 or 1855124. OLE color: 1855124.

HSL color Cylindrical-coordinate representation of color #944E1C: hue angle of 25º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #944E1C is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 78 28 -
CMYK 0 0.47 0.81 0.42
HSL 25º 0.68% 0.35% -
HSV(B) 25º 0.81% 0.58% -
XYZ 15.15 11.83 2.58 -
YUV 93.23 91.19 167.07 -
System Red Green Blue C M Y K H S L
Decimal 148 78 28 0 0.47 0.81 0.42 25 0.68 0.35
Hex 94 4E 1C 0 2F 51 2A 19 44 23
Octal 224 116 34 0 57 121 52 31 104 43
Binary 10010100 1001110 11100 0 101111 1010001 101010 11001 1000100 100011

Color Harmonies of #944E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944E1C

Black with #944E1C

Text Example


Text Example

White with #944E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,78,28); }

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

background-color css

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

 a { background-color: rgb(148,78,28); }

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

border-color css

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

 span { border-color: rgb(148,78,28); }

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