Html Css Color HEX #904E14 Saddle Brown

📋 copy color: '#904E14'

red 144 ◦ green 78 ◦ blue 20

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

Shades of Saddle Brown #904E14

Tints of Saddle Brown #904E14

RGB

 RED value IS 144 (56.64% from 255) = 59.5%

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

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

R = 59.5%
G = 32.23%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#904E14 (or 0x904E14) is known color: Saddle Brown. HEX triplet: 90, 4E and 14. RGB value is (144,78,20). Sum of RGB (Red+Green+Blue) = 144+78+20=242 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.50% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 144 - color contains mainly: red. Hex color #904E14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #904E14 is #6FB1EB. Grayscale: #5B5B5B. Windows color (decimal): -7320044 or 1330832. OLE color: 1330832.

HSL color Cylindrical-coordinate representation of color #904E14: hue angle of 28.06º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #904E14 is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 78 20 -
CMYK 0 0.46 0.86 0.44
HSL 28.06º 0.76% 0.32% -
HSV(B) 28.06º 0.86% 0.56% -
XYZ 14.35 11.43 2.11 -
YUV 91.12 87.87 165.72 -
System Red Green Blue C M Y K H S L
Decimal 144 78 20 0 0.46 0.86 0.44 28.06 0.76 0.32
Hex 90 4E 14 0 2E 56 2C 1C 4C 20
Octal 220 116 24 0 56 126 54 34 114 40
Binary 10010000 1001110 10100 0 101110 1010110 101100 11100 1001100 100000

Color Harmonies of #904E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904E14

Black with #904E14

Text Example


Text Example

White with #904E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #904E14; }

 p { color: rgb(144,78,20); }

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

background-color css

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

 a { background-color: rgb(144,78,20); }

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

border-color css

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

 span { border-color: rgb(144,78,20); }

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