Html Css Color HEX #462D3B Barossa

📋 copy color: '#462D3B'

red 70 ◦ green 45 ◦ blue 59

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

Shades of Barossa #462D3B

Tints of Barossa #462D3B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 25.86%

 BLUE value IS 59 (23.44% from 255) = 33.91%

R = 40.23%
G = 25.86%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#462D3B (or 0x462D3B) is known color: Barossa. HEX triplet: 46, 2D and 3B. RGB value is (70,45,59). Sum of RGB (Red+Green+Blue) = 70+45+59=174 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40.23% from 174); Green value is 45 (17.97% from 255 or 25.86% from 174); Blue value is 59 (23.44% from 255 or 33.91% from 174); Max value from RGB is 70 - color contains mainly: red. Hex color #462D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462D3B is #B9D2C4. Grayscale: #363636. Windows color (decimal): -12178117 or 3878214. OLE color: 3878214.

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

Color convert

RGB 70 45 59 -
CMYK 0 0.36 0.16 0.73
HSL 326.4º 0.22% 0.23% -
HSV(B) 326.4º 0.36% 0.27% -
XYZ 4.25 3.49 4.59 -
YUV 54.07 130.78 139.36 -
System Red Green Blue C M Y K H S L
Decimal 70 45 59 0 0.36 0.16 0.73 326.4 0.22 0.23
Hex 46 2D 3B 0 24 10 49 146 16 17
Octal 106 55 73 0 44 20 111 506 26 27
Binary 1000110 101101 111011 0 100100 10000 1001001 101000110 10110 10111

Color Harmonies of #462D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462D3B

Black with #462D3B

Text Example


Text Example

White with #462D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,45,59); }

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

background-color css

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

 a { background-color: rgb(70,45,59); }

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

border-color css

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

 span { border-color: rgb(70,45,59); }

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