Html Css Color HEX #46363D Barossa

📋 copy color: '#46363D'

red 70 ◦ green 54 ◦ blue 61

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

Shades of Barossa #46363D

Tints of Barossa #46363D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.19%

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

R = 37.84%
G = 29.19%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.73

RGB Variations

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

Color information

#46363D (or 0x46363D) is known color: Barossa. HEX triplet: 46, 36 and 3D. RGB value is (70,54,61). Sum of RGB (Red+Green+Blue) = 70+54+61=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 70 - color contains mainly: red. Hex color #46363D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46363D is #B9C9C2. Grayscale: #3B3B3B. Windows color (decimal): -12175811 or 4011590. OLE color: 4011590.

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

Color convert

RGB 70 54 61 -
CMYK 0 0.23 0.13 0.73
HSL 333.75º 0.13% 0.24% -
HSV(B) 333.75º 0.23% 0.27% -
XYZ 4.69 4.28 4.99 -
YUV 59.58 128.8 135.43 -
System Red Green Blue C M Y K H S L
Decimal 70 54 61 0 0.23 0.13 0.73 333.75 0.13 0.24
Hex 46 36 3D 0 17 D 49 14E D 18
Octal 106 66 75 0 27 15 111 516 15 30
Binary 1000110 110110 111101 0 10111 1101 1001001 101001110 1101 11000

Color Harmonies of #46363D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46363D

Black with #46363D

Text Example


Text Example

White with #46363D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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