Html Css Color HEX #462B39 Barossa

📋 copy color: '#462B39'

red 70 ◦ green 43 ◦ blue 57

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

Shades of Barossa #462B39

Tints of Barossa #462B39

RGB

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

 GREEN value IS 43 (17.19% from 255) = 25.29%

 BLUE value IS 57 (22.66% from 255) = 33.53%

R = 41.18%
G = 25.29%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#462B39 (or 0x462B39) is known color: Barossa. HEX triplet: 46, 2B and 39. RGB value is (70,43,57). Sum of RGB (Red+Green+Blue) = 70+43+57=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 43 (17.19% from 255 or 25.29% from 170); Blue value is 57 (22.66% from 255 or 33.53% from 170); Max value from RGB is 70 - color contains mainly: red. Hex color #462B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462B39 is #B9D4C6. Grayscale: #343434. Windows color (decimal): -12178631 or 3746630. OLE color: 3746630.

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

Color convert

RGB 70 43 57 -
CMYK 0 0.39 0.19 0.73
HSL 328.89º 0.24% 0.22% -
HSV(B) 328.89º 0.39% 0.27% -
XYZ 4.13 3.33 4.3 -
YUV 52.67 130.45 140.36 -
System Red Green Blue C M Y K H S L
Decimal 70 43 57 0 0.39 0.19 0.73 328.89 0.24 0.22
Hex 46 2B 39 0 27 13 49 149 18 16
Octal 106 53 71 0 47 23 111 511 30 26
Binary 1000110 101011 111001 0 100111 10011 1001001 101001001 11000 10110

Color Harmonies of #462B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462B39

Black with #462B39

Text Example


Text Example

White with #462B39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462B39; }

 p { color: rgb(70,43,57); }

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

background-color css

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

 a { background-color: rgb(70,43,57); }

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

border-color css

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

 span { border-color: rgb(70,43,57); }

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