#90471A

Color #90471A Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #90471A

Tints of Saddle Brown #90471A

Color information

#90471A (or 0x90471A) is unknown color: approx Saddle Brown. HEX triplet: 90, 47 and 1A. RGB value is (144,71,26). Sum of RGB (Red+Green+Blue) = 144+71+26=241 (31% of max value = 765). Red value is 144 (56.64% from 255 or 59.75% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 26 (10.55% from 255 or 10.79% from 241); Max value from RGB is 144 - color contains mainly: red. Hex color #90471A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90471A is #6FB8E5. Grayscale: #575757. Windows color (decimal): -7321830 or 1722256. OLE color: 1722256.

HSL color Cylindrical-coordinate representation of color #90471A: hue angle of 22.88º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #90471A is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB1447126-
CMYK00.510.820.44
HSL22.88º69.41%33.33%-
HSV(B)22.88º81.94%56.47%-
XYZ13.9410.512.27-
YUV87.793.18168.16-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 59.75%
GREEN value IS 71 (28.12% from 255) = 29.46%
BLUE value IS 26 (10.55% from 255) = 10.79%
R=59.75%
G=29.46%
B=10.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144712600.510.820.4422.8869.4133.33
Hex90471A033522C174521
Octal22010732063122542710541
Binary1001000010001111101001100111010010101100101111000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90471A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90471A; }

 p { color: rgb(144,71,26); }

 H1.HeaderClassName
 {
   color: #90471A;
 }
 .AnyTagClassName
 {
   color: #90471A;
 }
</style>
background-color css

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

 a { background-color: rgb(144,71,26); }

 div.DivClassName
 {
   background-color: #90471A;
 }
 .BgClassName
 {
   background-color: #90471A;
 }
</style>
border-color css

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

 span { border-color: rgb(144,71,26); }

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