#974A12

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

Shades of Saddle Brown #974A12

Tints of Saddle Brown #974A12

Color information

#974A12 (or 0x974A12) is unknown color: approx Saddle Brown. HEX triplet: 97, 4A and 12. RGB value is (151,74,18). Sum of RGB (Red+Green+Blue) = 151+74+18=243 (32% of max value = 765). Red value is 151 (59.38% from 255 or 62.14% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 151 - color contains mainly: red. Hex color #974A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974A12 is #68B5ED. Grayscale: #5A5A5A. Windows color (decimal): -6862318 or 1198743. OLE color: 1198743.

HSL color Cylindrical-coordinate representation of color #974A12: hue angle of 25.26º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #974A12 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB1517418-
CMYK00.510.880.41
HSL25.26º78.7%33.14%-
HSV(B)25.26º88.08%59.22%-
XYZ15.3211.521.99-
YUV90.6487.01171.05-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 62.14%
GREEN value IS 74 (29.30% from 255) = 30.45%
BLUE value IS 18 (7.42% from 255) = 7.41%
R=62.14%
G=30.45%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.88
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151741800.510.880.4125.2678.733.14
Hex974A120335829194f21
Octal22711222063130513111741
Binary1001011110010101001001100111011000101001110011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974A12; }

 p { color: rgb(151,74,18); }

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

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

 a { background-color: rgb(151,74,18); }

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

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

 span { border-color: rgb(151,74,18); }

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