#92726D

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

Shades of Ferra #92726D

Tints of Ferra #92726D

Color information

#92726D (or 0x92726D) is unknown color: approx Ferra. HEX triplet: 92, 72 and 6D. RGB value is (146,114,109). Sum of RGB (Red+Green+Blue) = 146+114+109=369 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.57% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 146 - color contains mainly: red. Hex color #92726D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92726D is #6D8D92. Grayscale: #7B7B7B. Windows color (decimal): -7179667 or 7172754. OLE color: 7172754.

HSL color Cylindrical-coordinate representation of color #92726D: hue angle of 8.11º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #92726D is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB146114109-
CMYK00.220.250.43
HSL8.11º14.51%50%-
HSV(B)8.11º25.34%57.25%-
XYZ20.6319.2517.1-
YUV123120.1144.41-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.57%
GREEN value IS 114 (44.92% from 255) = 30.89%
BLUE value IS 109 (42.97% from 255) = 29.54%
R=39.57%
G=30.89%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611410900.220.250.438.1114.5150
Hex92726D016192B8f32
Octal2221621550263153101762
Binary10010010111001011011010101101100110101110001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92726D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,114,109); }

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

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

 a { background-color: rgb(146,114,109); }

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

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

 span { border-color: rgb(146,114,109); }

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