Html Css Color HEX #482635 Barossa

📋 copy color: '#482635'

red 72 ◦ green 38 ◦ blue 53

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

Shades of Barossa #482635

Tints of Barossa #482635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 32.52%

R = 44.17%
G = 23.31%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.72

RGB Variations

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

Color information

#482635 (or 0x482635) is known color: Barossa. HEX triplet: 48, 26 and 35. RGB value is (72,38,53). Sum of RGB (Red+Green+Blue) = 72+38+53=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 53 (21.09% from 255 or 32.52% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #482635 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482635 is #B7D9CA. Grayscale: #313131. Windows color (decimal): -12048843 or 3483208. OLE color: 3483208.

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

Color convert

RGB 72 38 53 -
CMYK 0 0.47 0.26 0.72
HSL 333.53º 0.31% 0.22% -
HSV(B) 333.53º 0.47% 0.28% -
XYZ 4.01 3.02 3.74 -
YUV 49.88 129.76 143.78 -
System Red Green Blue C M Y K H S L
Decimal 72 38 53 0 0.47 0.26 0.72 333.53 0.31 0.22
Hex 48 26 35 0 2F 1A 48 14E 1F 16
Octal 110 46 65 0 57 32 110 516 37 26
Binary 1001000 100110 110101 0 101111 11010 1001000 101001110 11111 10110

Color Harmonies of #482635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482635

Black with #482635

Text Example


Text Example

White with #482635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482635; }

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

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

background-color css

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

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

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

border-color css

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

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

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