Html Css Color HEX #482C36 Barossa

📋 copy color: '#482C36'

red 72 ◦ green 44 ◦ blue 54

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

Shades of Barossa #482C36

Tints of Barossa #482C36

RGB

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

 GREEN value IS 44 (17.58% from 255) = 25.88%

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

R = 42.35%
G = 25.88%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#482C36 (or 0x482C36) is known color: Barossa. HEX triplet: 48, 2C and 36. RGB value is (72,44,54). Sum of RGB (Red+Green+Blue) = 72+44+54=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 44 (17.58% from 255 or 25.88% from 170); Blue value is 54 (21.48% from 255 or 31.76% from 170); Max value from RGB is 72 - color contains mainly: red. Hex color #482C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482C36 is #B7D3C9. Grayscale: #353535. Windows color (decimal): -12047306 or 3550280. OLE color: 3550280.

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

Color convert

RGB 72 44 54 -
CMYK 0 0.39 0.25 0.72
HSL 338.57º 0.24% 0.23% -
HSV(B) 338.57º 0.39% 0.28% -
XYZ 4.24 3.45 3.93 -
YUV 53.51 128.28 141.19 -
System Red Green Blue C M Y K H S L
Decimal 72 44 54 0 0.39 0.25 0.72 338.57 0.24 0.23
Hex 48 2C 36 0 27 19 48 153 18 17
Octal 110 54 66 0 47 31 110 523 30 27
Binary 1001000 101100 110110 0 100111 11001 1001000 101010011 11000 10111

Color Harmonies of #482C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482C36

Black with #482C36

Text Example


Text Example

White with #482C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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