#96431C

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

Shades of Saddle Brown #96431C

Tints of Saddle Brown #96431C

Color information

#96431C (or 0x96431C) is unknown color: approx Saddle Brown. HEX triplet: 96, 43 and 1C. RGB value is (150,67,28). Sum of RGB (Red+Green+Blue) = 150+67+28=245 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.22% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 150 - color contains mainly: red. Hex color #96431C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96431C is #69BCE3. Grayscale: #575757. Windows color (decimal): -6929636 or 1852310. OLE color: 1852310.

HSL color Cylindrical-coordinate representation of color #96431C: hue angle of 19.18º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96431C is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB1506728-
CMYK00.550.810.41
HSL19.18º68.54%34.9%-
HSV(B)19.18º81.33%58.82%-
XYZ14.7910.582.36-
YUV87.3794.5172.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.22%
GREEN value IS 67 (26.56% from 255) = 27.35%
BLUE value IS 28 (11.33% from 255) = 11.43%
R=61.22%
G=27.35%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150672800.550.810.4119.1868.5434.9
Hex96431C0375129134523
Octal22610334067121512310543
Binary1001011010000111110001101111010001101001100111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96431C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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