Html Css Color HEX #904C10 Saddle Brown

📋 copy color: '#904C10'

red 144 ◦ green 76 ◦ blue 16

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

Shades of Saddle Brown #904C10

Tints of Saddle Brown #904C10

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.2%

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

R = 61.02%
G = 32.2%
B = 6.78%

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

#904C10 (or 0x904C10) is known color: Saddle Brown. HEX triplet: 90, 4C and 10. RGB value is (144,76,16). Sum of RGB (Red+Green+Blue) = 144+76+16=236 (31% of max value = 765). Red value is 144 (56.64% from 255 or 61.02% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 16 (6.64% from 255 or 6.78% from 236); Max value from RGB is 144 - color contains mainly: red. Hex color #904C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904C10 is #6FB3EF. Grayscale: #595959. Windows color (decimal): -7320560 or 1068176. OLE color: 1068176.

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

Color convert

RGB 144 76 16 -
CMYK 0 0.47 0.89 0.44
HSL 28.13º 0.8% 0.31% -
HSV(B) 28.13º 0.89% 0.56% -
XYZ 14.18 11.14 1.89 -
YUV 89.49 86.53 166.88 -
System Red Green Blue C M Y K H S L
Decimal 144 76 16 0 0.47 0.89 0.44 28.13 0.8 0.31
Hex 90 4C 10 0 2F 59 2C 1C 50 1F
Octal 220 114 20 0 57 131 54 34 120 37
Binary 10010000 1001100 10000 0 101111 1011001 101100 11100 1010000 11111

Color Harmonies of #904C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904C10

Black with #904C10

Text Example


Text Example

White with #904C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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