#95410F

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

Shades of Saddle Brown #95410F

Tints of Saddle Brown #95410F

Color information

#95410F (or 0x95410F) is unknown color: approx Saddle Brown. HEX triplet: 95, 41 and 0F. RGB value is (149,65,15). Sum of RGB (Red+Green+Blue) = 149+65+15=229 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.07% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 149 - color contains mainly: red. Hex color #95410F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95410F is #6ABEF0. Grayscale: #545454. Windows color (decimal): -6995697 or 999829. OLE color: 999829.

HSL color Cylindrical-coordinate representation of color #95410F: hue angle of 22.39º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #95410F is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB1496515-
CMYK00.560.900.42
HSL22.39º81.71%32.16%-
HSV(B)22.39º89.93%58.43%-
XYZ14.3710.21.66-
YUV84.4288.83174.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 65.07%
GREEN value IS 65 (25.78% from 255) = 28.38%
BLUE value IS 15 (6.25% from 255) = 6.55%
R=65.07%
G=28.38%
B=6.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149651500.560.900.4222.3981.7132.16
Hex9541F0385A2A165220
Octal22510117070132522612240
Binary100101011000001111101110001011010101010101101010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95410F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95410F; }

 p { color: rgb(149,65,15); }

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

<style>
 a { background-color: #95410F; }

 a { background-color: rgb(149,65,15); }

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

<style>
 span { border-color: #95410F; }

 span { border-color: rgb(149,65,15); }

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