Html Css Color HEX #463339 Barossa

📋 copy color: '#463339'

red 70 ◦ green 51 ◦ blue 57

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

Shades of Barossa #463339

Tints of Barossa #463339

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.65%

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

R = 39.33%
G = 28.65%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#463339 (or 0x463339) is known color: Barossa. HEX triplet: 46, 33 and 39. RGB value is (70,51,57). Sum of RGB (Red+Green+Blue) = 70+51+57=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 57 (22.66% from 255 or 32.02% from 178); Max value from RGB is 70 - color contains mainly: red. Hex color #463339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463339 is #B9CCC6. Grayscale: #393939. Windows color (decimal): -12176583 or 3748678. OLE color: 3748678.

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

Color convert

RGB 70 51 57 -
CMYK 0 0.27 0.19 0.73
HSL 341.05º 0.16% 0.24% -
HSV(B) 341.05º 0.27% 0.27% -
XYZ 4.45 3.97 4.4 -
YUV 57.37 127.79 137.01 -
System Red Green Blue C M Y K H S L
Decimal 70 51 57 0 0.27 0.19 0.73 341.05 0.16 0.24
Hex 46 33 39 0 1B 13 49 155 10 18
Octal 106 63 71 0 33 23 111 525 20 30
Binary 1000110 110011 111001 0 11011 10011 1001001 101010101 10000 11000

Color Harmonies of #463339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463339

Black with #463339

Text Example


Text Example

White with #463339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463339; }

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

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

background-color css

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

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

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

border-color css

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

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

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