Html Css Color HEX #462436 Barossa

📋 copy color: '#462436'

red 70 ◦ green 36 ◦ blue 54

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

Shades of Barossa #462436

Tints of Barossa #462436

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.5%

 BLUE value IS 54 (21.48% from 255) = 33.75%

R = 43.75%
G = 22.5%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.73

RGB Variations

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

Color information

#462436 (or 0x462436) is known color: Barossa. HEX triplet: 46, 24 and 36. RGB value is (70,36,54). Sum of RGB (Red+Green+Blue) = 70+36+54=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 54 (21.48% from 255 or 33.75% from 160); Max value from RGB is 70 - color contains mainly: red. Hex color #462436 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462436 is #B9DBC9. Grayscale: #303030. Windows color (decimal): -12180426 or 3548230. OLE color: 3548230.

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

Color convert

RGB 70 36 54 -
CMYK 0 0.49 0.23 0.73
HSL 328.24º 0.32% 0.21% -
HSV(B) 328.24º 0.49% 0.27% -
XYZ 3.82 2.83 3.83 -
YUV 48.22 131.26 143.54 -
System Red Green Blue C M Y K H S L
Decimal 70 36 54 0 0.49 0.23 0.73 328.24 0.32 0.21
Hex 46 24 36 0 31 17 49 148 20 15
Octal 106 44 66 0 61 27 111 510 40 25
Binary 1000110 100100 110110 0 110001 10111 1001001 101001000 100000 10101

Color Harmonies of #462436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462436

Black with #462436

Text Example


Text Example

White with #462436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462436; }

 p { color: rgb(70,36,54); }

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

background-color css

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

 a { background-color: rgb(70,36,54); }

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

border-color css

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

 span { border-color: rgb(70,36,54); }

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