Html Css Color HEX #482637 Barossa

📋 copy color: '#482637'

red 72 ◦ green 38 ◦ blue 55

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

Shades of Barossa #482637

Tints of Barossa #482637

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.03%

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

R = 43.64%
G = 23.03%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.72

RGB Variations

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

Color information

#482637 (or 0x482637) is known color: Barossa. HEX triplet: 48, 26 and 37. RGB value is (72,38,55). Sum of RGB (Red+Green+Blue) = 72+38+55=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 38 (15.23% from 255 or 23.03% from 165); Blue value is 55 (21.88% from 255 or 33.33% from 165); Max value from RGB is 72 - color contains mainly: red. Hex color #482637 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482637 is #B7D9C8. Grayscale: #323232. Windows color (decimal): -12048841 or 3614280. OLE color: 3614280.

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

Color convert

RGB 72 38 55 -
CMYK 0 0.47 0.24 0.72
HSL 330º 0.31% 0.22% -
HSV(B) 330º 0.47% 0.28% -
XYZ 4.06 3.04 3.99 -
YUV 50.1 130.76 143.62 -
System Red Green Blue C M Y K H S L
Decimal 72 38 55 0 0.47 0.24 0.72 330 0.31 0.22
Hex 48 26 37 0 2F 18 48 14A 1F 16
Octal 110 46 67 0 57 30 110 512 37 26
Binary 1001000 100110 110111 0 101111 11000 1001000 101001010 11111 10110

Color Harmonies of #482637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482637

Black with #482637

Text Example


Text Example

White with #482637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482637; }

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

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

background-color css

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

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

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

border-color css

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

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

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