Html Css Color HEX #463840 Barossa

📋 copy color: '#463840'

red 70 ◦ green 56 ◦ blue 64

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

Shades of Barossa #463840

Tints of Barossa #463840

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.47%

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

R = 36.84%
G = 29.47%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.73

RGB Variations

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

Color information

#463840 (or 0x463840) is known color: Barossa. HEX triplet: 46, 38 and 40. RGB value is (70,56,64). Sum of RGB (Red+Green+Blue) = 70+56+64=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 56 (22.27% from 255 or 29.47% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 70 - color contains mainly: red. Hex color #463840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463840 is #B9C7BF. Grayscale: #3D3D3D. Windows color (decimal): -12175296 or 4208710. OLE color: 4208710.

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

Color convert

RGB 70 56 64 -
CMYK 0 0.20 0.09 0.73
HSL 325.71º 0.11% 0.25% -
HSV(B) 325.71º 0.2% 0.27% -
XYZ 4.87 4.5 5.46 -
YUV 61.1 129.64 134.35 -
System Red Green Blue C M Y K H S L
Decimal 70 56 64 0 0.20 0.09 0.73 325.71 0.11 0.25
Hex 46 38 40 0 14 9 49 146 B 19
Octal 106 70 100 0 24 11 111 506 13 31
Binary 1000110 111000 1000000 0 10100 1001 1001001 101000110 1011 11001

Color Harmonies of #463840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463840

Black with #463840

Text Example


Text Example

White with #463840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463840; }

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

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

background-color css

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

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

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

border-color css

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

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

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