Html Css Color HEX #463A41 Barossa

📋 copy color: '#463A41'

red 70 ◦ green 58 ◦ blue 65

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

Shades of Barossa #463A41

Tints of Barossa #463A41

RGB

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

 GREEN value IS 58 (23.05% from 255) = 30.05%

 BLUE value IS 65 (25.78% from 255) = 33.68%

R = 36.27%
G = 30.05%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#463A41 (or 0x463A41) is known color: Barossa. HEX triplet: 46, 3A and 41. RGB value is (70,58,65). Sum of RGB (Red+Green+Blue) = 70+58+65=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 58 (23.05% from 255 or 30.05% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 70 - color contains mainly: red. Hex color #463A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463A41 is #B9C5BE. Grayscale: #3E3E3E. Windows color (decimal): -12174783 or 4274758. OLE color: 4274758.

HSL color Cylindrical-coordinate representation of color #463A41: hue angle of 325º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #463A41 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 58 65 -
CMYK 0 0.17 0.07 0.73
HSL 325º 0.09% 0.25% -
HSV(B) 325º 0.17% 0.27% -
XYZ 4.99 4.71 5.65 -
YUV 62.39 129.48 133.43 -
System Red Green Blue C M Y K H S L
Decimal 70 58 65 0 0.17 0.07 0.73 325 0.09 0.25
Hex 46 3A 41 0 11 7 49 145 9 19
Octal 106 72 101 0 21 7 111 505 11 31
Binary 1000110 111010 1000001 0 10001 111 1001001 101000101 1001 11001

Color Harmonies of #463A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463A41

Black with #463A41

Text Example


Text Example

White with #463A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463A41; }

 p { color: rgb(70,58,65); }

 H1.HeaderClassName
 {
   color: #463A41;
 }
 .AnyTagClassName
 {
   color: #463A41;
 }
</style>

background-color css

<style>
 a { background-color: #463A41; }

 a { background-color: rgb(70,58,65); }

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

border-color css

<style>
 span { border-color: #463A41; }

 span { border-color: rgb(70,58,65); }

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