Html Css Color HEX #46363B Barossa

📋 copy color: '#46363B'

red 70 ◦ green 54 ◦ blue 59

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

Shades of Barossa #46363B

Tints of Barossa #46363B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 32.24%

R = 38.25%
G = 29.51%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#46363B (or 0x46363B) is known color: Barossa. HEX triplet: 46, 36 and 3B. RGB value is (70,54,59). Sum of RGB (Red+Green+Blue) = 70+54+59=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 59 (23.44% from 255 or 32.24% from 183); Max value from RGB is 70 - color contains mainly: red. Hex color #46363B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46363B is #B9C9C4. Grayscale: #3B3B3B. Windows color (decimal): -12175813 or 3880518. OLE color: 3880518.

HSL color Cylindrical-coordinate representation of color #46363B: hue angle of 341.25º 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 #46363B is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 54 59 -
CMYK 0 0.23 0.16 0.73
HSL 341.25º 0.13% 0.24% -
HSV(B) 341.25º 0.23% 0.27% -
XYZ 4.63 4.26 4.71 -
YUV 59.35 127.8 135.59 -
System Red Green Blue C M Y K H S L
Decimal 70 54 59 0 0.23 0.16 0.73 341.25 0.13 0.24
Hex 46 36 3B 0 17 10 49 155 D 18
Octal 106 66 73 0 27 20 111 525 15 30
Binary 1000110 110110 111011 0 10111 10000 1001001 101010101 1101 11000

Color Harmonies of #46363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46363B

Black with #46363B

Text Example


Text Example

White with #46363B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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