Html Css Color HEX #462537 Barossa

📋 copy color: '#462537'

red 70 ◦ green 37 ◦ blue 55

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

Shades of Barossa #462537

Tints of Barossa #462537

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.84%

 BLUE value IS 55 (21.88% from 255) = 33.95%

R = 43.21%
G = 22.84%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.73

RGB Variations

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

Color information

#462537 (or 0x462537) is known color: Barossa. HEX triplet: 46, 25 and 37. RGB value is (70,37,55). Sum of RGB (Red+Green+Blue) = 70+37+55=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 55 (21.88% from 255 or 33.95% from 162); Max value from RGB is 70 - color contains mainly: red. Hex color #462537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462537 is #B9DAC8. Grayscale: #303030. Windows color (decimal): -12180169 or 3614022. OLE color: 3614022.

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

Color convert

RGB 70 37 55 -
CMYK 0 0.47 0.21 0.73
HSL 327.27º 0.31% 0.21% -
HSV(B) 327.27º 0.47% 0.27% -
XYZ 3.88 2.9 3.97 -
YUV 48.92 131.43 143.04 -
System Red Green Blue C M Y K H S L
Decimal 70 37 55 0 0.47 0.21 0.73 327.27 0.31 0.21
Hex 46 25 37 0 2F 15 49 147 1F 15
Octal 106 45 67 0 57 25 111 507 37 25
Binary 1000110 100101 110111 0 101111 10101 1001001 101000111 11111 10101

Color Harmonies of #462537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462537

Black with #462537

Text Example


Text Example

White with #462537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462537; }

 p { color: rgb(70,37,55); }

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

background-color css

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

 a { background-color: rgb(70,37,55); }

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

border-color css

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

 span { border-color: rgb(70,37,55); }

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