Html Css Color HEX #904D10 Saddle Brown

📋 copy color: '#904D10'

red 144 ◦ green 77 ◦ blue 16

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

Shades of Saddle Brown #904D10

Tints of Saddle Brown #904D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.75%

R = 60.76%
G = 32.49%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#904D10 (or 0x904D10) is known color: Saddle Brown. HEX triplet: 90, 4D and 10. RGB value is (144,77,16). Sum of RGB (Red+Green+Blue) = 144+77+16=237 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.76% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 144 - color contains mainly: red. Hex color #904D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #904D10 is #6FB2EF. Grayscale: #5A5A5A. Windows color (decimal): -7320304 or 1068432. OLE color: 1068432.

HSL color Cylindrical-coordinate representation of color #904D10: hue angle of 28.59º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #904D10 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 77 16 -
CMYK 0 0.47 0.89 0.44
HSL 28.59º 0.8% 0.31% -
HSV(B) 28.59º 0.89% 0.56% -
XYZ 14.25 11.27 1.92 -
YUV 90.08 86.2 166.46 -
System Red Green Blue C M Y K H S L
Decimal 144 77 16 0 0.47 0.89 0.44 28.59 0.8 0.31
Hex 90 4D 10 0 2F 59 2C 1D 50 1F
Octal 220 115 20 0 57 131 54 35 120 37
Binary 10010000 1001101 10000 0 101111 1011001 101100 11101 1010000 11111

Color Harmonies of #904D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904D10

Black with #904D10

Text Example


Text Example

White with #904D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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