#8A4D30

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

Shades of Paarl #8A4D30

Tints of Paarl #8A4D30

Color information

#8A4D30 (or 0x8A4D30) is unknown color: approx Paarl. HEX triplet: 8A, 4D and 30. RGB value is (138,77,48). Sum of RGB (Red+Green+Blue) = 138+77+48=263 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.47% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A4D30 is #75B2CF. Grayscale: #5C5C5C. Windows color (decimal): -7713488 or 3165578. OLE color: 3165578.

HSL color Cylindrical-coordinate representation of color #8A4D30: hue angle of 19.33º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8A4D30 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.46.

Color convert

RGB1387748-
CMYK00.440.650.46
HSL19.33º48.39%36.47%-
HSV(B)19.33º65.22%54.12%-
XYZ13.6710.924.18-
YUV91.93103.21160.86-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 52.47%
GREEN value IS 77 (30.47% from 255) = 29.28%
BLUE value IS 48 (19.14% from 255) = 18.25%
R=52.47%
G=29.28%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.65
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138774800.440.650.4619.3348.3936.47
Hex8A4D3002C412E133024
Octal2121156005410156236044
Binary1000101010011011100000101100100000110111010011110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A4D30; }

 p { color: rgb(138,77,48); }

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

<style>
 a { background-color: #8A4D30; }

 a { background-color: rgb(138,77,48); }

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

<style>
 span { border-color: #8A4D30; }

 span { border-color: rgb(138,77,48); }

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