Html Css Color HEX #463039 Barossa

📋 copy color: '#463039'

red 70 ◦ green 48 ◦ blue 57

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

Shades of Barossa #463039

Tints of Barossa #463039

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.43%

 BLUE value IS 57 (22.66% from 255) = 32.57%

R = 40%
G = 27.43%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#463039 (or 0x463039) is known color: Barossa. HEX triplet: 46, 30 and 39. RGB value is (70,48,57). Sum of RGB (Red+Green+Blue) = 70+48+57=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 57 (22.66% from 255 or 32.57% from 175); Max value from RGB is 70 - color contains mainly: red. Hex color #463039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463039 is #B9CFC6. Grayscale: #373737. Windows color (decimal): -12177351 or 3747910. OLE color: 3747910.

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

Color convert

RGB 70 48 57 -
CMYK 0 0.31 0.19 0.73
HSL 335.45º 0.19% 0.23% -
HSV(B) 335.45º 0.31% 0.27% -
XYZ 4.32 3.71 4.36 -
YUV 55.6 128.79 138.27 -
System Red Green Blue C M Y K H S L
Decimal 70 48 57 0 0.31 0.19 0.73 335.45 0.19 0.23
Hex 46 30 39 0 1F 13 49 14F 13 17
Octal 106 60 71 0 37 23 111 517 23 27
Binary 1000110 110000 111001 0 11111 10011 1001001 101001111 10011 10111

Color Harmonies of #463039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463039

Black with #463039

Text Example


Text Example

White with #463039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463039; }

 p { color: rgb(70,48,57); }

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

background-color css

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

 a { background-color: rgb(70,48,57); }

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

border-color css

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

 span { border-color: rgb(70,48,57); }

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