#7D482D

Color #7D482D Cape Palliser (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cape Palliser #7D482D

Tints of Cape Palliser #7D482D

Color information

#7D482D (or 0x7D482D) is unknown color: approx Cape Palliser. HEX triplet: 7D, 48 and 2D. RGB value is (125,72,45). Sum of RGB (Red+Green+Blue) = 125+72+45=242 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.65% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 125 - color contains mainly: red. Hex color #7D482D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D482D is #82B7D2. Grayscale: #545454. Windows color (decimal): -8566739 or 2967677. OLE color: 2967677.

HSL color Cylindrical-coordinate representation of color #7D482D: hue angle of 20.25º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7D482D is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.51.

Color convert

RGB1257245-
CMYK00.420.640.51
HSL20.25º47.06%33.33%-
HSV(B)20.25º64%49.02%-
XYZ11.259.183.66-
YUV84.77105.56156.7-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 51.65%
GREEN value IS 72 (28.52% from 255) = 29.75%
BLUE value IS 45 (17.97% from 255) = 18.60%
R=51.65%
G=29.75%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.64
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125724500.420.640.5120.2547.0633.33
Hex7D482D02A4033142f21
Octal1751105505210063245741
Binary111110110010001011010101010100000011001110100101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D482D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D482D; }

 p { color: rgb(125,72,45); }

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

<style>
 a { background-color: #7D482D; }

 a { background-color: rgb(125,72,45); }

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

<style>
 span { border-color: #7D482D; }

 span { border-color: rgb(125,72,45); }

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