#974E1A

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

Shades of Saddle Brown #974E1A

Tints of Saddle Brown #974E1A

Color information

#974E1A (or 0x974E1A) is unknown color: approx Saddle Brown. HEX triplet: 97, 4E and 1A. RGB value is (151,78,26). Sum of RGB (Red+Green+Blue) = 151+78+26=255 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.22% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 151 - color contains mainly: red. Hex color #974E1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #974E1A is #68B1E5. Grayscale: #5E5E5E. Windows color (decimal): -6861286 or 1724055. OLE color: 1724055.

HSL color Cylindrical-coordinate representation of color #974E1A: hue angle of 24.96º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #974E1A is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB1517826-
CMYK00.480.830.41
HSL24.96º70.62%34.71%-
HSV(B)24.96º82.78%59.22%-
XYZ15.6712.12.49-
YUV93.989.68168.73-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 59.22%
GREEN value IS 78 (30.86% from 255) = 30.59%
BLUE value IS 26 (10.55% from 255) = 10.20%
R=59.22%
G=30.59%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151782600.480.830.4124.9670.6234.71
Hex974E1A0305329194723
Octal22711632060123513110743
Binary1001011110011101101001100001010011101001110011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,78,26); }

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

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

 a { background-color: rgb(151,78,26); }

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

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

 span { border-color: rgb(151,78,26); }

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