#924C36

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

Shades of Paarl #924C36

Tints of Paarl #924C36

Color information

#924C36 (or 0x924C36) is unknown color: approx Paarl. HEX triplet: 92, 4C and 36. RGB value is (146,76,54). Sum of RGB (Red+Green+Blue) = 146+76+54=276 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.90% from 276); Green value is 76 (30.08% from 255 or 27.54% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 146 - color contains mainly: red. Hex color #924C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924C36 is #6DB3C9. Grayscale: #5E5E5E. Windows color (decimal): -7189450 or 3558546. OLE color: 3558546.

HSL color Cylindrical-coordinate representation of color #924C36: hue angle of 14.35º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #924C36 is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB1467654-
CMYK00.480.630.43
HSL14.35º46%39.22%-
HSV(B)14.35º63.01%57.25%-
XYZ15.111.554.92-
YUV94.42105.19164.79-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.90%
GREEN value IS 76 (30.08% from 255) = 27.54%
BLUE value IS 54 (21.48% from 255) = 19.57%
R=52.90%
G=27.54%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146765400.480.630.4314.354639.22
Hex924C360303F2Be2e27
Octal222114660607753165647
Binary10010010100110011011001100001111111010111110101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,76,54); }

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

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

 a { background-color: rgb(146,76,54); }

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

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

 span { border-color: rgb(146,76,54); }

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