#462836

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

Shades of Barossa #462836

Tints of Barossa #462836

Color information

#462836 (or 0x462836) is unknown color: approx Barossa. HEX triplet: 46, 28 and 36. RGB value is (70,40,54). Sum of RGB (Red+Green+Blue) = 70+40+54=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 40 (16.02% from 255 or 24.39% from 164); Blue value is 54 (21.48% from 255 or 32.93% from 164); Max value from RGB is 70 - color contains mainly: red. Hex color #462836 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462836 is #B9D7C9. Grayscale: #323232. Windows color (decimal): -12179402 or 3549254. OLE color: 3549254.

HSL color Cylindrical-coordinate representation of color #462836: hue angle of 332º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #462836 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.73.

Color convert

RGB704054-
CMYK00.430.230.73
HSL332º27.27%21.57%-
HSV(B)332º42.86%27.45%-
XYZ3.953.093.88-
YUV50.57129.94141.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.68%
GREEN value IS 40 (16.02% from 255) = 24.39%
BLUE value IS 54 (21.48% from 255) = 32.93%
R=42.68%
G=24.39%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70405400.430.230.7333227.2721.57
Hex46283602B174914c1b16
Octal1065066053271115143326
Binary100011010100011011001010111011110010011010011001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462836; }

 p { color: rgb(70,40,54); }

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

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

 a { background-color: rgb(70,40,54); }

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

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

 span { border-color: rgb(70,40,54); }

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