Html Css Color HEX #46383D Barossa

📋 copy color: '#46383D'

red 70 ◦ green 56 ◦ blue 61

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

Shades of Barossa #46383D

Tints of Barossa #46383D

RGB

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

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

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

R = 37.43%
G = 29.95%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.73

RGB Variations

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

Color information

#46383D (or 0x46383D) is known color: Barossa. HEX triplet: 46, 38 and 3D. RGB value is (70,56,61). Sum of RGB (Red+Green+Blue) = 70+56+61=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 56 (22.27% from 255 or 29.95% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 70 - color contains mainly: red. Hex color #46383D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46383D is #B9C7C2. Grayscale: #3C3C3C. Windows color (decimal): -12175299 or 4012102. OLE color: 4012102.

HSL color Cylindrical-coordinate representation of color #46383D: hue angle of 338.57º 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 #46383D is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 56 61 -
CMYK 0 0.20 0.13 0.73
HSL 338.57º 0.11% 0.25% -
HSV(B) 338.57º 0.2% 0.27% -
XYZ 4.78 4.47 5.03 -
YUV 60.76 128.14 134.59 -
System Red Green Blue C M Y K H S L
Decimal 70 56 61 0 0.20 0.13 0.73 338.57 0.11 0.25
Hex 46 38 3D 0 14 D 49 153 B 19
Octal 106 70 75 0 24 15 111 523 13 31
Binary 1000110 111000 111101 0 10100 1101 1001001 101010011 1011 11001

Color Harmonies of #46383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46383D

Black with #46383D

Text Example


Text Example

White with #46383D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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