Html Css Color HEX #904D0F Saddle Brown

📋 copy color: '#904D0F'

red 144 ◦ green 77 ◦ blue 15

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

Shades of Saddle Brown #904D0F

Tints of Saddle Brown #904D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.36%

R = 61.02%
G = 32.63%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#904D0F (or 0x904D0F) is known color: Saddle Brown. HEX triplet: 90, 4D and 0F. RGB value is (144,77,15). Sum of RGB (Red+Green+Blue) = 144+77+15=236 (31% of max value = 765). Red value is 144 (56.64% from 255 or 61.02% from 236); Green value is 77 (30.47% from 255 or 32.63% from 236); Blue value is 15 (6.25% from 255 or 6.36% from 236); Max value from RGB is 144 - color contains mainly: red. Hex color #904D0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #904D0F is #6FB2F0. Grayscale: #5A5A5A. Windows color (decimal): -7320305 or 1002896. OLE color: 1002896.

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

Color convert

RGB 144 77 15 -
CMYK 0 0.47 0.90 0.44
HSL 28.84º 0.81% 0.31% -
HSV(B) 28.84º 0.9% 0.56% -
XYZ 14.24 11.27 1.88 -
YUV 89.97 85.7 166.54 -
System Red Green Blue C M Y K H S L
Decimal 144 77 15 0 0.47 0.90 0.44 28.84 0.81 0.31
Hex 90 4D F 0 2F 5A 2C 1D 51 1F
Octal 220 115 17 0 57 132 54 35 121 37
Binary 10010000 1001101 1111 0 101111 1011010 101100 11101 1010001 11111

Color Harmonies of #904D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904D0F

Black with #904D0F

Text Example


Text Example

White with #904D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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