Html Css Color HEX #904D14 Saddle Brown

📋 copy color: '#904D14'

red 144 ◦ green 77 ◦ blue 20

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

Shades of Saddle Brown #904D14

Tints of Saddle Brown #904D14

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.95%

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

R = 59.75%
G = 31.95%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#904D14 (or 0x904D14) is known color: Saddle Brown. HEX triplet: 90, 4D and 14. RGB value is (144,77,20). Sum of RGB (Red+Green+Blue) = 144+77+20=241 (31% of max value = 765). Red value is 144 (56.64% from 255 or 59.75% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 144 - color contains mainly: red. Hex color #904D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #904D14 is #6FB2EB. Grayscale: #5A5A5A. Windows color (decimal): -7320300 or 1330576. OLE color: 1330576.

HSL color Cylindrical-coordinate representation of color #904D14: hue angle of 27.58º 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 #904D14 is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 77 20 -
CMYK 0 0.47 0.86 0.44
HSL 27.58º 0.76% 0.32% -
HSV(B) 27.58º 0.86% 0.56% -
XYZ 14.28 11.29 2.09 -
YUV 90.54 88.2 166.13 -
System Red Green Blue C M Y K H S L
Decimal 144 77 20 0 0.47 0.86 0.44 27.58 0.76 0.32
Hex 90 4D 14 0 2F 56 2C 1C 4C 20
Octal 220 115 24 0 57 126 54 34 114 40
Binary 10010000 1001101 10100 0 101111 1010110 101100 11100 1001100 100000

Color Harmonies of #904D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904D14

Black with #904D14

Text Example


Text Example

White with #904D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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