Html Css Color HEX #482436 Barossa

📋 copy color: '#482436'

red 72 ◦ green 36 ◦ blue 54

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

Shades of Barossa #482436

Tints of Barossa #482436

RGB

 RED value IS 72 (28.52% from 255) = 44.44%

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

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

R = 44.44%
G = 22.22%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#482436 (or 0x482436) is known color: Barossa. HEX triplet: 48, 24 and 36. RGB value is (72,36,54). Sum of RGB (Red+Green+Blue) = 72+36+54=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 54 (21.48% from 255 or 33.33% from 162); Max value from RGB is 72 - color contains mainly: red. Hex color #482436 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482436 is #B7DBC9. Grayscale: #303030. Windows color (decimal): -12049354 or 3548232. OLE color: 3548232.

HSL color Cylindrical-coordinate representation of color #482436: hue angle of 330º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #482436 is Cyan = 0, Magento = 0.5, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 36 54 -
CMYK 0 0.5 0.25 0.72
HSL 330º 0.33% 0.21% -
HSV(B) 330º 0.5% 0.28% -
XYZ 3.97 2.91 3.84 -
YUV 48.82 130.93 144.54 -
System Red Green Blue C M Y K H S L
Decimal 72 36 54 0 0.5 0.25 0.72 330 0.33 0.21
Hex 48 24 36 0 32 19 48 14A 21 15
Octal 110 44 66 0 62 31 110 512 41 25
Binary 1001000 100100 110110 0 110010 11001 1001000 101001010 100001 10101

Color Harmonies of #482436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482436

Black with #482436

Text Example


Text Example

White with #482436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482436; }

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

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

background-color css

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

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

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

border-color css

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

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

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