#482F3E

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

Shades of Barossa #482F3E

Tints of Barossa #482F3E

Color information

#482F3E (or 0x482F3E) is unknown color: approx Barossa. HEX triplet: 48, 2F and 3E. RGB value is (72,47,62). Sum of RGB (Red+Green+Blue) = 72+47+62=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 47 (18.75% from 255 or 25.97% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 72 - color contains mainly: red. Hex color #482F3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482F3E is #B7D0C1. Grayscale: #383838. Windows color (decimal): -12046530 or 4075336. OLE color: 4075336.

HSL color Cylindrical-coordinate representation of color #482F3E: hue angle of 324º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #482F3E is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB724762-
CMYK00.350.140.72
HSL324º21.01%23.33%-
HSV(B)324º34.72%28.24%-
XYZ4.563.765.04-
YUV56.18131.28139.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.78%
GREEN value IS 47 (18.75% from 255) = 25.97%
BLUE value IS 62 (24.61% from 255) = 34.25%
R=39.78%
G=25.97%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72476200.350.140.7232421.0123.33
Hex482F3E023E481441517
Octal1105776043161105042527
Binary10010001011111111100100011111010010001010001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482F3E; }

 p { color: rgb(72,47,62); }

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

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

 a { background-color: rgb(72,47,62); }

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

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

 span { border-color: rgb(72,47,62); }

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