Html Css Color HEX #904414 Saddle Brown

📋 copy color: '#904414'

red 144 ◦ green 68 ◦ blue 20

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

Shades of Saddle Brown #904414

Tints of Saddle Brown #904414

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.31%

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

R = 62.07%
G = 29.31%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#904414 (or 0x904414) is known color: Saddle Brown. HEX triplet: 90, 44 and 14. RGB value is (144,68,20). Sum of RGB (Red+Green+Blue) = 144+68+20=232 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.07% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 144 - color contains mainly: red. Hex color #904414 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904414 is #6FBBEB. Grayscale: #555555. Windows color (decimal): -7322604 or 1328272. OLE color: 1328272.

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

Color convert

RGB 144 68 20 -
CMYK 0 0.53 0.86 0.44
HSL 23.23º 0.76% 0.32% -
HSV(B) 23.23º 0.86% 0.56% -
XYZ 13.69 10.11 1.89 -
YUV 85.25 91.18 169.9 -
System Red Green Blue C M Y K H S L
Decimal 144 68 20 0 0.53 0.86 0.44 23.23 0.76 0.32
Hex 90 44 14 0 35 56 2C 17 4C 20
Octal 220 104 24 0 65 126 54 27 114 40
Binary 10010000 1000100 10100 0 110101 1010110 101100 10111 1001100 100000

Color Harmonies of #904414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904414

Black with #904414

Text Example


Text Example

White with #904414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #904414; }

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

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

background-color css

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

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

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

border-color css

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

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

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