#924C37

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

Shades of Paarl #924C37

Tints of Paarl #924C37

Color information

#924C37 (or 0x924C37) is unknown color: approx Paarl. HEX triplet: 92, 4C and 37. RGB value is (146,76,55). Sum of RGB (Red+Green+Blue) = 146+76+55=277 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.71% from 277); Green value is 76 (30.08% from 255 or 27.44% from 277); Blue value is 55 (21.88% from 255 or 19.86% from 277); Max value from RGB is 146 - color contains mainly: red. Hex color #924C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924C37 is #6DB3C8. Grayscale: #5E5E5E. Windows color (decimal): -7189449 or 3624082. OLE color: 3624082.

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

Color convert

RGB1467655-
CMYK00.480.620.43
HSL13.85º45.27%39.41%-
HSV(B)13.85º62.33%57.25%-
XYZ15.1311.565.05-
YUV94.54105.69164.71-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.71%
GREEN value IS 76 (30.08% from 255) = 27.44%
BLUE value IS 55 (21.88% from 255) = 19.86%
R=52.71%
G=27.44%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146765500.480.620.4313.8545.2739.41
Hex924C370303E2Be2d27
Octal222114670607653165547
Binary10010010100110011011101100001111101010111110101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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