Html Css Color HEX #46363C Barossa

📋 copy color: '#46363C'

red 70 ◦ green 54 ◦ blue 60

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

Shades of Barossa #46363C

Tints of Barossa #46363C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 32.61%

R = 38.04%
G = 29.35%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.73

RGB Variations

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

Color information

#46363C (or 0x46363C) is known color: Barossa. HEX triplet: 46, 36 and 3C. RGB value is (70,54,60). Sum of RGB (Red+Green+Blue) = 70+54+60=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 54 (21.48% from 255 or 29.35% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 70 - color contains mainly: red. Hex color #46363C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46363C is #B9C9C3. Grayscale: #3B3B3B. Windows color (decimal): -12175812 or 3946054. OLE color: 3946054.

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

Color convert

RGB 70 54 60 -
CMYK 0 0.23 0.14 0.73
HSL 337.5º 0.13% 0.24% -
HSV(B) 337.5º 0.23% 0.27% -
XYZ 4.66 4.27 4.85 -
YUV 59.47 128.3 135.51 -
System Red Green Blue C M Y K H S L
Decimal 70 54 60 0 0.23 0.14 0.73 337.5 0.13 0.24
Hex 46 36 3C 0 17 E 49 152 D 18
Octal 106 66 74 0 27 16 111 522 15 30
Binary 1000110 110110 111100 0 10111 1110 1001001 101010010 1101 11000

Color Harmonies of #46363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46363C

Black with #46363C

Text Example


Text Example

White with #46363C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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