Html Css Color HEX #46373D Barossa

📋 copy color: '#46373D'

red 70 ◦ green 55 ◦ blue 61

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

Shades of Barossa #46373D

Tints of Barossa #46373D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.57%

 BLUE value IS 61 (24.22% from 255) = 32.8%

R = 37.63%
G = 29.57%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.73

RGB Variations

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

Color information

#46373D (or 0x46373D) is known color: Barossa. HEX triplet: 46, 37 and 3D. RGB value is (70,55,61). Sum of RGB (Red+Green+Blue) = 70+55+61=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 70 - color contains mainly: red. Hex color #46373D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46373D is #B9C8C2. Grayscale: #3C3C3C. Windows color (decimal): -12175555 or 4011846. OLE color: 4011846.

HSL color Cylindrical-coordinate representation of color #46373D: hue angle of 336º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #46373D is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 55 61 -
CMYK 0 0.21 0.13 0.73
HSL 336º 0.12% 0.25% -
HSV(B) 336º 0.21% 0.27% -
XYZ 4.73 4.37 5.01 -
YUV 60.17 128.47 135.01 -
System Red Green Blue C M Y K H S L
Decimal 70 55 61 0 0.21 0.13 0.73 336 0.12 0.25
Hex 46 37 3D 0 15 D 49 150 C 19
Octal 106 67 75 0 25 15 111 520 14 31
Binary 1000110 110111 111101 0 10101 1101 1001001 101010000 1100 11001

Color Harmonies of #46373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46373D

Black with #46373D

Text Example


Text Example

White with #46373D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46373D; }

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

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

background-color css

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

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

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

border-color css

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

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

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