#925F42

Color #925F42 Rope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rope #925F42

Tints of Rope #925F42

Color information

#925F42 (or 0x925F42) is unknown color: approx Rope. HEX triplet: 92, 5F and 42. RGB value is (146,95,66). Sum of RGB (Red+Green+Blue) = 146+95+66=307 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.56% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 146 - color contains mainly: red. Hex color #925F42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925F42 is #6DA0BD. Grayscale: #6B6B6B. Windows color (decimal): -7184574 or 4349842. OLE color: 4349842.

HSL color Cylindrical-coordinate representation of color #925F42: hue angle of 21.75º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #925F42 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB1469566-
CMYK00.350.550.43
HSL21.75º37.74%41.57%-
HSV(B)21.75º54.79%57.25%-
XYZ16.9314.697.1-
YUV106.94104.9155.86-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.56%
GREEN value IS 95 (37.5% from 255) = 30.94%
BLUE value IS 66 (26.17% from 255) = 21.50%
R=47.56%
G=30.94%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146956600.350.550.4321.7537.7441.57
Hex925F42023372B16262a
Octal2221371020436753264652
Binary1001001010111111000010010001111011110101110110100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925F42; }

 p { color: rgb(146,95,66); }

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

<style>
 a { background-color: #925F42; }

 a { background-color: rgb(146,95,66); }

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

<style>
 span { border-color: #925F42; }

 span { border-color: rgb(146,95,66); }

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