#482638

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

Shades of Barossa #482638

Tints of Barossa #482638

Color information

#482638 (or 0x482638) is unknown color: approx Barossa. HEX triplet: 48, 26 and 38. RGB value is (72,38,56). Sum of RGB (Red+Green+Blue) = 72+38+56=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 56 (22.27% from 255 or 33.73% from 166); Max value from RGB is 72 - color contains mainly: red. Hex color #482638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482638 is #B7D9C7. Grayscale: #323232. Windows color (decimal): -12048840 or 3679816. OLE color: 3679816.

HSL color Cylindrical-coordinate representation of color #482638: hue angle of 328.24º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #482638 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.72.

Color convert

RGB723856-
CMYK00.470.220.72
HSL328.24º30.91%21.57%-
HSV(B)328.24º47.22%28.24%-
XYZ4.083.054.11-
YUV50.22131.26143.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.37%
GREEN value IS 38 (15.23% from 255) = 22.89%
BLUE value IS 56 (22.27% from 255) = 33.73%
R=43.37%
G=22.89%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72385600.470.220.72328.2430.9121.57
Hex48263802F16481481f16
Octal1104670057261105103726
Binary100100010011011100001011111011010010001010010001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482638; }

 p { color: rgb(72,38,56); }

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

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

 a { background-color: rgb(72,38,56); }

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

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

 span { border-color: rgb(72,38,56); }

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