Html Css Color HEX #462538 Barossa

📋 copy color: '#462538'

red 70 ◦ green 37 ◦ blue 56

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

Shades of Barossa #462538

Tints of Barossa #462538

RGB

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

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

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

R = 42.94%
G = 22.7%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.73

RGB Variations

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

Color information

#462538 (or 0x462538) is known color: Barossa. HEX triplet: 46, 25 and 38. RGB value is (70,37,56). Sum of RGB (Red+Green+Blue) = 70+37+56=163 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.94% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 56 (22.27% from 255 or 34.36% from 163); Max value from RGB is 70 - color contains mainly: red. Hex color #462538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462538 is #B9DAC7. Grayscale: #303030. Windows color (decimal): -12180168 or 3679558. OLE color: 3679558.

HSL color Cylindrical-coordinate representation of color #462538: hue angle of 325.45º 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 #462538 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 37 56 -
CMYK 0 0.47 0.20 0.73
HSL 325.45º 0.31% 0.21% -
HSV(B) 325.45º 0.47% 0.27% -
XYZ 3.9 2.91 4.1 -
YUV 49.03 131.93 142.96 -
System Red Green Blue C M Y K H S L
Decimal 70 37 56 0 0.47 0.20 0.73 325.45 0.31 0.21
Hex 46 25 38 0 2F 14 49 145 1F 15
Octal 106 45 70 0 57 24 111 505 37 25
Binary 1000110 100101 111000 0 101111 10100 1001001 101000101 11111 10101

Color Harmonies of #462538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462538

Black with #462538

Text Example


Text Example

White with #462538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462538; }

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

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

background-color css

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

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

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

border-color css

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

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

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