#96431A

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

Shades of Saddle Brown #96431A

Tints of Saddle Brown #96431A

Color information

#96431A (or 0x96431A) is unknown color: approx Saddle Brown. HEX triplet: 96, 43 and 1A. RGB value is (150,67,26). Sum of RGB (Red+Green+Blue) = 150+67+26=243 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.73% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 26 (10.55% from 255 or 10.70% from 243); Max value from RGB is 150 - color contains mainly: red. Hex color #96431A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96431A is #69BCE5. Grayscale: #575757. Windows color (decimal): -6929638 or 1721238. OLE color: 1721238.

HSL color Cylindrical-coordinate representation of color #96431A: hue angle of 19.84º degrees, saturation: 0.7, 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 #96431A is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB1506726-
CMYK00.550.830.41
HSL19.84º70.45%34.51%-
HSV(B)19.84º82.67%58.82%-
XYZ14.7710.572.24-
YUV87.1493.5172.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.73%
GREEN value IS 67 (26.56% from 255) = 27.57%
BLUE value IS 26 (10.55% from 255) = 10.70%
R=61.73%
G=27.57%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150672600.550.830.4119.8470.4534.51
Hex96431A0375329144623
Octal22610332067123512410643
Binary1001011010000111101001101111010011101001101001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96431A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,67,26); }

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

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

 a { background-color: rgb(150,67,26); }

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

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

 span { border-color: rgb(150,67,26); }

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