Html Css Color HEX #482736 Barossa

📋 copy color: '#482736'

red 72 ◦ green 39 ◦ blue 54

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

Shades of Barossa #482736

Tints of Barossa #482736

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.64%

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

R = 43.64%
G = 23.64%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#482736 (or 0x482736) is known color: Barossa. HEX triplet: 48, 27 and 36. RGB value is (72,39,54). Sum of RGB (Red+Green+Blue) = 72+39+54=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 54 (21.48% from 255 or 32.73% from 165); Max value from RGB is 72 - color contains mainly: red. Hex color #482736 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482736 is #B7D8C9. Grayscale: #323232. Windows color (decimal): -12048586 or 3549000. OLE color: 3549000.

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

Color convert

RGB 72 39 54 -
CMYK 0 0.46 0.25 0.72
HSL 332.73º 0.3% 0.22% -
HSV(B) 332.73º 0.46% 0.28% -
XYZ 4.06 3.1 3.87 -
YUV 50.58 129.93 143.28 -
System Red Green Blue C M Y K H S L
Decimal 72 39 54 0 0.46 0.25 0.72 332.73 0.3 0.22
Hex 48 27 36 0 2E 19 48 14D 1E 16
Octal 110 47 66 0 56 31 110 515 36 26
Binary 1001000 100111 110110 0 101110 11001 1001000 101001101 11110 10110

Color Harmonies of #482736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482736

Black with #482736

Text Example


Text Example

White with #482736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482736; }

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

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

background-color css

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

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

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

border-color css

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

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

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