Html Css Color HEX #904014 Saddle Brown

📋 copy color: '#904014'

red 144 ◦ green 64 ◦ blue 20

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

Shades of Saddle Brown #904014

Tints of Saddle Brown #904014

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.07%

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

R = 63.16%
G = 28.07%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#904014 (or 0x904014) is known color: Saddle Brown. HEX triplet: 90, 40 and 14. RGB value is (144,64,20). Sum of RGB (Red+Green+Blue) = 144+64+20=228 (30% of max value = 765). Red value is 144 (56.64% from 255 or 63.16% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 20 (8.20% from 255 or 8.77% from 228); Max value from RGB is 144 - color contains mainly: red. Hex color #904014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904014 is #6FBFEB. Grayscale: #535353. Windows color (decimal): -7323628 or 1327248. OLE color: 1327248.

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

Color convert

RGB 144 64 20 -
CMYK 0 0.56 0.86 0.44
HSL 21.29º 0.76% 0.32% -
HSV(B) 21.29º 0.86% 0.56% -
XYZ 13.46 9.65 1.81 -
YUV 82.9 92.5 171.58 -
System Red Green Blue C M Y K H S L
Decimal 144 64 20 0 0.56 0.86 0.44 21.29 0.76 0.32
Hex 90 40 14 0 38 56 2C 15 4C 20
Octal 220 100 24 0 70 126 54 25 114 40
Binary 10010000 1000000 10100 0 111000 1010110 101100 10101 1001100 100000

Color Harmonies of #904014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904014

Black with #904014

Text Example


Text Example

White with #904014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #904014; }

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

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

background-color css

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

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

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

border-color css

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

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

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