#95422B

Color #95422B Tia Maria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tia Maria #95422B

Tints of Tia Maria #95422B

Color information

#95422B (or 0x95422B) is unknown color: approx Tia Maria. HEX triplet: 95, 42 and 2B. RGB value is (149,66,43). Sum of RGB (Red+Green+Blue) = 149+66+43=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 43 (17.19% from 255 or 16.67% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #95422B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95422B is #6ABDD4. Grayscale: #585858. Windows color (decimal): -6995413 or 2835093. OLE color: 2835093.

HSL color Cylindrical-coordinate representation of color #95422B: hue angle of 13.02º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #95422B is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB1496643-
CMYK00.560.710.42
HSL13.02º55.21%37.65%-
HSV(B)13.02º71.14%58.43%-
XYZ14.7810.463.53-
YUV88.2102.5171.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.75%
GREEN value IS 66 (26.17% from 255) = 25.58%
BLUE value IS 43 (17.19% from 255) = 16.67%
R=57.75%
G=25.58%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149664300.560.710.4213.0255.2137.65
Hex95422B038472Ad3726
Octal2251025307010752156746
Binary100101011000010101011011100010001111010101101110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95422B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95422B; }

 p { color: rgb(149,66,43); }

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

<style>
 a { background-color: #95422B; }

 a { background-color: rgb(149,66,43); }

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

<style>
 span { border-color: #95422B; }

 span { border-color: rgb(149,66,43); }

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