Html Css Color HEX #944014 Saddle Brown

📋 copy color: '#944014'

red 148 ◦ green 64 ◦ blue 20

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

Shades of Saddle Brown #944014

Tints of Saddle Brown #944014

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.59%

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

R = 63.79%
G = 27.59%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#944014 (or 0x944014) is known color: Saddle Brown. HEX triplet: 94, 40 and 14. RGB value is (148,64,20). Sum of RGB (Red+Green+Blue) = 148+64+20=232 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.79% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 148 - color contains mainly: red. Hex color #944014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944014 is #6BBFEB. Grayscale: #545454. Windows color (decimal): -7061484 or 1327252. OLE color: 1327252.

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

Color convert

RGB 148 64 20 -
CMYK 0 0.57 0.86 0.42
HSL 20.63º 0.76% 0.33% -
HSV(B) 20.63º 0.86% 0.58% -
XYZ 14.17 10.01 1.85 -
YUV 84.1 91.83 173.58 -
System Red Green Blue C M Y K H S L
Decimal 148 64 20 0 0.57 0.86 0.42 20.63 0.76 0.33
Hex 94 40 14 0 39 56 2A 15 4C 21
Octal 224 100 24 0 71 126 52 25 114 41
Binary 10010100 1000000 10100 0 111001 1010110 101010 10101 1001100 100001

Color Harmonies of #944014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944014

Black with #944014

Text Example


Text Example

White with #944014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944014; }

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

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

background-color css

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

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

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

border-color css

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

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

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