#95430D

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

Shades of Saddle Brown #95430D

Tints of Saddle Brown #95430D

Color information

#95430D (or 0x95430D) is unknown color: approx Saddle Brown. HEX triplet: 95, 43 and 0D. RGB value is (149,67,13). Sum of RGB (Red+Green+Blue) = 149+67+13=229 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.07% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 149 - color contains mainly: red. Hex color #95430D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95430D is #6ABCF2. Grayscale: #555555. Windows color (decimal): -6995187 or 869269. OLE color: 869269.

HSL color Cylindrical-coordinate representation of color #95430D: hue angle of 23.82º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #95430D is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB1496713-
CMYK00.550.910.42
HSL23.82º83.95%31.76%-
HSV(B)23.82º91.28%58.43%-
XYZ14.4710.431.63-
YUV85.3687.17173.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 65.07%
GREEN value IS 67 (26.56% from 255) = 29.26%
BLUE value IS 13 (5.47% from 255) = 5.68%
R=65.07%
G=29.26%
B=5.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149671300.550.910.4223.8283.9531.76
Hex9543D0375B2A185420
Octal22510315067133523012440
Binary100101011000011110101101111011011101010110001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95430D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95430D; }

 p { color: rgb(149,67,13); }

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

<style>
 a { background-color: #95430D; }

 a { background-color: rgb(149,67,13); }

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

<style>
 span { border-color: #95430D; }

 span { border-color: rgb(149,67,13); }

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