Html Css Color HEX #482A36 Barossa

📋 copy color: '#482A36'

red 72 ◦ green 42 ◦ blue 54

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

Shades of Barossa #482A36

Tints of Barossa #482A36

RGB

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

 GREEN value IS 42 (16.8% from 255) = 25%

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

R = 42.86%
G = 25%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#482A36 (or 0x482A36) is known color: Barossa. HEX triplet: 48, 2A and 36. RGB value is (72,42,54). Sum of RGB (Red+Green+Blue) = 72+42+54=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 42 (16.80% from 255 or 25% from 168); Blue value is 54 (21.48% from 255 or 32.14% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #482A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482A36 is #B7D5C9. Grayscale: #343434. Windows color (decimal): -12047818 or 3549768. OLE color: 3549768.

HSL color Cylindrical-coordinate representation of color #482A36: hue angle of 336º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #482A36 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 42 54 -
CMYK 0 0.42 0.25 0.72
HSL 336º 0.26% 0.22% -
HSV(B) 336º 0.42% 0.28% -
XYZ 4.17 3.3 3.91 -
YUV 52.34 128.94 142.02 -
System Red Green Blue C M Y K H S L
Decimal 72 42 54 0 0.42 0.25 0.72 336 0.26 0.22
Hex 48 2A 36 0 2A 19 48 150 1A 16
Octal 110 52 66 0 52 31 110 520 32 26
Binary 1001000 101010 110110 0 101010 11001 1001000 101010000 11010 10110

Color Harmonies of #482A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482A36

Black with #482A36

Text Example


Text Example

White with #482A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482A36; }

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

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

background-color css

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

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

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

border-color css

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

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

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