Html Css Color HEX #463940 Barossa

📋 copy color: '#463940'

red 70 ◦ green 57 ◦ blue 64

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

Shades of Barossa #463940

Tints of Barossa #463940

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.84%

 BLUE value IS 64 (25.39% from 255) = 33.51%

R = 36.65%
G = 29.84%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.73

RGB Variations

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

Color information

#463940 (or 0x463940) is known color: Barossa. HEX triplet: 46, 39 and 40. RGB value is (70,57,64). Sum of RGB (Red+Green+Blue) = 70+57+64=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 57 (22.66% from 255 or 29.84% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 70 - color contains mainly: red. Hex color #463940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463940 is #B9C6BF. Grayscale: #3D3D3D. Windows color (decimal): -12175040 or 4208966. OLE color: 4208966.

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

Color convert

RGB 70 57 64 -
CMYK 0 0.19 0.09 0.73
HSL 327.69º 0.1% 0.25% -
HSV(B) 327.69º 0.19% 0.27% -
XYZ 4.91 4.6 5.48 -
YUV 61.69 129.31 133.93 -
System Red Green Blue C M Y K H S L
Decimal 70 57 64 0 0.19 0.09 0.73 327.69 0.1 0.25
Hex 46 39 40 0 13 9 49 148 A 19
Octal 106 71 100 0 23 11 111 510 12 31
Binary 1000110 111001 1000000 0 10011 1001 1001001 101001000 1010 11001

Color Harmonies of #463940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463940

Black with #463940

Text Example


Text Example

White with #463940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463940; }

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

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

background-color css

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

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

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

border-color css

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

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

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