Html Css Color HEX #944114 Saddle Brown

📋 copy color: '#944114'

red 148 ◦ green 65 ◦ blue 20

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

Shades of Saddle Brown #944114

Tints of Saddle Brown #944114

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.9%

 BLUE value IS 20 (8.2% from 255) = 8.58%

R = 63.52%
G = 27.9%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#944114 (or 0x944114) is known color: Saddle Brown. HEX triplet: 94, 41 and 14. RGB value is (148,65,20). Sum of RGB (Red+Green+Blue) = 148+65+20=233 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.52% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 148 - color contains mainly: red. Hex color #944114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944114 is #6BBEEB. Grayscale: #545454. Windows color (decimal): -7061228 or 1327508. OLE color: 1327508.

HSL color Cylindrical-coordinate representation of color #944114: hue angle of 21.09º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #944114 is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 65 20 -
CMYK 0 0.56 0.86 0.42
HSL 21.09º 0.76% 0.33% -
HSV(B) 21.09º 0.86% 0.58% -
XYZ 14.23 10.13 1.87 -
YUV 84.69 91.5 173.16 -
System Red Green Blue C M Y K H S L
Decimal 148 65 20 0 0.56 0.86 0.42 21.09 0.76 0.33
Hex 94 41 14 0 38 56 2A 15 4C 21
Octal 224 101 24 0 70 126 52 25 114 41
Binary 10010100 1000001 10100 0 111000 1010110 101010 10101 1001100 100001

Color Harmonies of #944114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944114

Black with #944114

Text Example


Text Example

White with #944114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944114; }

 p { color: rgb(148,65,20); }

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

background-color css

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

 a { background-color: rgb(148,65,20); }

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

border-color css

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

 span { border-color: rgb(148,65,20); }

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