Html Css Color HEX #462838 Barossa

📋 copy color: '#462838'

red 70 ◦ green 40 ◦ blue 56

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

Shades of Barossa #462838

Tints of Barossa #462838

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.1%

 BLUE value IS 56 (22.27% from 255) = 33.73%

R = 42.17%
G = 24.1%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.20

 K value IS 0.73

RGB Variations

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

Color information

#462838 (or 0x462838) is known color: Barossa. HEX triplet: 46, 28 and 38. RGB value is (70,40,56). Sum of RGB (Red+Green+Blue) = 70+40+56=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 56 (22.27% from 255 or 33.73% from 166); Max value from RGB is 70 - color contains mainly: red. Hex color #462838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462838 is #B9D7C7. Grayscale: #323232. Windows color (decimal): -12179400 or 3680326. OLE color: 3680326.

HSL color Cylindrical-coordinate representation of color #462838: hue angle of 328º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #462838 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 40 56 -
CMYK 0 0.43 0.20 0.73
HSL 328º 0.27% 0.22% -
HSV(B) 328º 0.43% 0.27% -
XYZ 4 3.11 4.13 -
YUV 50.79 130.94 141.7 -
System Red Green Blue C M Y K H S L
Decimal 70 40 56 0 0.43 0.20 0.73 328 0.27 0.22
Hex 46 28 38 0 2B 14 49 148 1B 16
Octal 106 50 70 0 53 24 111 510 33 26
Binary 1000110 101000 111000 0 101011 10100 1001001 101001000 11011 10110

Color Harmonies of #462838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462838

Black with #462838

Text Example


Text Example

White with #462838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462838; }

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

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

background-color css

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

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

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

border-color css

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

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

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