Html Css Color HEX #482737 Barossa

📋 copy color: '#482737'

red 72 ◦ green 39 ◦ blue 55

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

Shades of Barossa #482737

Tints of Barossa #482737

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 33.13%

R = 43.37%
G = 23.49%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.72

RGB Variations

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

Color information

#482737 (or 0x482737) is known color: Barossa. HEX triplet: 48, 27 and 37. RGB value is (72,39,55). Sum of RGB (Red+Green+Blue) = 72+39+55=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 39 (15.62% from 255 or 23.49% from 166); Blue value is 55 (21.88% from 255 or 33.13% from 166); Max value from RGB is 72 - color contains mainly: red. Hex color #482737 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482737 is #B7D8C8. Grayscale: #323232. Windows color (decimal): -12048585 or 3614536. OLE color: 3614536.

HSL color Cylindrical-coordinate representation of color #482737: hue angle of 330.91º 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 #482737 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 39 55 -
CMYK 0 0.46 0.24 0.72
HSL 330.91º 0.3% 0.22% -
HSV(B) 330.91º 0.46% 0.28% -
XYZ 4.09 3.1 4 -
YUV 50.69 130.43 143.2 -
System Red Green Blue C M Y K H S L
Decimal 72 39 55 0 0.46 0.24 0.72 330.91 0.3 0.22
Hex 48 27 37 0 2E 18 48 14B 1E 16
Octal 110 47 67 0 56 30 110 513 36 26
Binary 1001000 100111 110111 0 101110 11000 1001000 101001011 11110 10110

Color Harmonies of #482737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482737

Black with #482737

Text Example


Text Example

White with #482737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482737; }

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

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

background-color css

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

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

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

border-color css

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

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

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