Html Css Color HEX #462837 Barossa

📋 copy color: '#462837'

red 70 ◦ green 40 ◦ blue 55

#462837
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barossa #462837

Tints of Barossa #462837

RGB

 RED value IS 70 (27.73% from 255) = 42.42%

 GREEN value IS 40 (16.02% from 255) = 24.24%

 BLUE value IS 55 (21.88% from 255) = 33.33%

R = 42.42%
G = 24.24%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.21

 K value IS 0.73

RGB Variations

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

Color information

#462837 (or 0x462837) is known color: Barossa. HEX triplet: 46, 28 and 37. RGB value is (70,40,55). Sum of RGB (Red+Green+Blue) = 70+40+55=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 55 (21.88% from 255 or 33.33% from 165); Max value from RGB is 70 - color contains mainly: red. Hex color #462837 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462837 is #B9D7C8. Grayscale: #323232. Windows color (decimal): -12179401 or 3614790. OLE color: 3614790.

HSL color Cylindrical-coordinate representation of color #462837: hue angle of 330º 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 #462837 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 40 55 -
CMYK 0 0.43 0.21 0.73
HSL 330º 0.27% 0.22% -
HSV(B) 330º 0.43% 0.27% -
XYZ 3.97 3.1 4 -
YUV 50.68 130.44 141.78 -
System Red Green Blue C M Y K H S L
Decimal 70 40 55 0 0.43 0.21 0.73 330 0.27 0.22
Hex 46 28 37 0 2B 15 49 14A 1B 16
Octal 106 50 67 0 53 25 111 512 33 26
Binary 1000110 101000 110111 0 101011 10101 1001001 101001010 11011 10110

Color Harmonies of #462837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462837

Black with #462837

Text Example


Text Example

White with #462837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462837; }

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

 H1.HeaderClassName
 {
   color: #462837;
 }
 .AnyTagClassName
 {
   color: #462837;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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