#924D38

Color #924D38 Paarl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paarl #924D38

Tints of Paarl #924D38

Color information

#924D38 (or 0x924D38) is unknown color: approx Paarl. HEX triplet: 92, 4D and 38. RGB value is (146,77,56). Sum of RGB (Red+Green+Blue) = 146+77+56=279 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.33% from 279); Green value is 77 (30.47% from 255 or 27.60% from 279); Blue value is 56 (22.27% from 255 or 20.07% from 279); Max value from RGB is 146 - color contains mainly: red. Hex color #924D38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #924D38 is #6DB2C7. Grayscale: #5F5F5F. Windows color (decimal): -7189192 or 3689874. OLE color: 3689874.

HSL color Cylindrical-coordinate representation of color #924D38: hue angle of 14º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #924D38 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.43.

Color convert

RGB1467756-
CMYK00.470.620.43
HSL14º44.55%39.61%-
HSV(B)14º61.64%57.25%-
XYZ15.2211.75.2-
YUV95.24105.86164.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.33%
GREEN value IS 77 (30.47% from 255) = 27.60%
BLUE value IS 56 (22.27% from 255) = 20.07%
R=52.33%
G=27.60%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.62
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146775600.470.620.431444.5539.61
Hex924D3802F3E2Be2d28
Octal222115700577653165550
Binary10010010100110111100001011111111101010111110101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924D38; }

 p { color: rgb(146,77,56); }

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

<style>
 a { background-color: #924D38; }

 a { background-color: rgb(146,77,56); }

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

<style>
 span { border-color: #924D38; }

 span { border-color: rgb(146,77,56); }

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