#914712

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

Shades of Saddle Brown #914712

Tints of Saddle Brown #914712

Color information

#914712 (or 0x914712) is unknown color: approx Saddle Brown. HEX triplet: 91, 47 and 12. RGB value is (145,71,18). Sum of RGB (Red+Green+Blue) = 145+71+18=234 (30% of max value = 765). Red value is 145 (57.03% from 255 or 61.97% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 145 - color contains mainly: red. Hex color #914712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914712 is #6EB8ED. Grayscale: #575757. Windows color (decimal): -7256302 or 1197969. OLE color: 1197969.

HSL color Cylindrical-coordinate representation of color #914712: hue angle of 25.04º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #914712 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB1457118-
CMYK00.510.880.43
HSL25.04º77.91%31.96%-
HSV(B)25.04º87.59%56.86%-
XYZ14.0410.571.87-
YUV87.0889.02169.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 61.97%
GREEN value IS 71 (28.12% from 255) = 30.34%
BLUE value IS 18 (7.42% from 255) = 7.69%
R=61.97%
G=30.34%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145711800.510.880.4325.0477.9131.96
Hex914712033582B194e20
Octal22110722063130533111640
Binary1001000110001111001001100111011000101011110011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914712; }

 p { color: rgb(145,71,18); }

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

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

 a { background-color: rgb(145,71,18); }

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

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

 span { border-color: rgb(145,71,18); }

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