Html Css Color HEX #905514 Saddle Brown

📋 copy color: '#905514'

red 144 ◦ green 85 ◦ blue 20

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

Shades of Saddle Brown #905514

Tints of Saddle Brown #905514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.14%

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

R = 57.83%
G = 34.14%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#905514 (or 0x905514) is known color: Saddle Brown. HEX triplet: 90, 55 and 14. RGB value is (144,85,20). Sum of RGB (Red+Green+Blue) = 144+85+20=249 (32% of max value = 765). Red value is 144 (56.64% from 255 or 57.83% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 144 - color contains mainly: red. Hex color #905514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905514 is #6FAAEB. Grayscale: #5F5F5F. Windows color (decimal): -7318252 or 1332624. OLE color: 1332624.

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

Color convert

RGB 144 85 20 -
CMYK 0 0.41 0.86 0.44
HSL 31.45º 0.76% 0.32% -
HSV(B) 31.45º 0.86% 0.56% -
XYZ 14.88 12.48 2.29 -
YUV 95.23 85.55 162.79 -
System Red Green Blue C M Y K H S L
Decimal 144 85 20 0 0.41 0.86 0.44 31.45 0.76 0.32
Hex 90 55 14 0 29 56 2C 1F 4C 20
Octal 220 125 24 0 51 126 54 37 114 40
Binary 10010000 1010101 10100 0 101001 1010110 101100 11111 1001100 100000

Color Harmonies of #905514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905514

Black with #905514

Text Example


Text Example

White with #905514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #905514; }

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

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

background-color css

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

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

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

border-color css

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

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

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