#7B482C

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

Shades of Cape Palliser #7B482C

Tints of Cape Palliser #7B482C

Color information

#7B482C (or 0x7B482C) is unknown color: approx Cape Palliser. HEX triplet: 7B, 48 and 2C. RGB value is (123,72,44). Sum of RGB (Red+Green+Blue) = 123+72+44=239 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.46% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 123 - color contains mainly: red. Hex color #7B482C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B482C is #84B7D3. Grayscale: #545454. Windows color (decimal): -8697812 or 2902139. OLE color: 2902139.

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

Color convert

RGB1237244-
CMYK00.410.640.52
HSL21.27º47.31%32.75%-
HSV(B)21.27º64.23%48.24%-
XYZ10.949.033.55-
YUV84.06105.4155.78-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 51.46%
GREEN value IS 72 (28.52% from 255) = 30.13%
BLUE value IS 44 (17.58% from 255) = 18.41%
R=51.46%
G=30.13%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.64
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123724400.410.640.5221.2747.3132.75
Hex7B482C0294034152f21
Octal1731105405110064255741
Binary111101110010001011000101001100000011010010101101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B482C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,72,44); }

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

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

 a { background-color: rgb(123,72,44); }

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

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

 span { border-color: rgb(123,72,44); }

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