#914F0A

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

Shades of Saddle Brown #914F0A

Tints of Saddle Brown #914F0A

Color information

#914F0A (or 0x914F0A) is unknown color: approx Saddle Brown. HEX triplet: 91, 4F and 0A. RGB value is (145,79,10). Sum of RGB (Red+Green+Blue) = 145+79+10=234 (30% of max value = 765). Red value is 145 (57.03% from 255 or 61.97% from 234); Green value is 79 (31.25% from 255 or 33.76% from 234); Blue value is 10 (4.30% from 255 or 4.27% from 234); Max value from RGB is 145 - color contains mainly: red. Hex color #914F0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #914F0A is #6EB0F5. Grayscale: #5B5B5B. Windows color (decimal): -7254262 or 675729. OLE color: 675729.

HSL color Cylindrical-coordinate representation of color #914F0A: hue angle of 30.67º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #914F0A is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.43.

Color convert

RGB1457910-
CMYK00.460.930.43
HSL30.67º87.1%30.39%-
HSV(B)30.67º93.1%56.86%-
XYZ14.5311.631.77-
YUV90.8782.37166.61-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 61.97%
GREEN value IS 79 (31.25% from 255) = 33.76%
BLUE value IS 10 (4.30% from 255) = 4.27%
R=61.97%
G=33.76%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.93
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145791000.460.930.4330.6787.130.39
Hex914FA02E5D2B1f571e
Octal22111712056135533712736
Binary10010001100111110100101110101110110101111111101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914F0A; }

 p { color: rgb(145,79,10); }

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

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

 a { background-color: rgb(145,79,10); }

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

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

 span { border-color: rgb(145,79,10); }

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