Html Css Color HEX #482E3E Barossa

📋 copy color: '#482E3E'

red 72 ◦ green 46 ◦ blue 62

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

Shades of Barossa #482E3E

Tints of Barossa #482E3E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 25.56%

 BLUE value IS 62 (24.61% from 255) = 34.44%

R = 40%
G = 25.56%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#482E3E (or 0x482E3E) is known color: Barossa. HEX triplet: 48, 2E and 3E. RGB value is (72,46,62). Sum of RGB (Red+Green+Blue) = 72+46+62=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 46 (18.36% from 255 or 25.56% from 180); Blue value is 62 (24.61% from 255 or 34.44% from 180); Max value from RGB is 72 - color contains mainly: red. Hex color #482E3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482E3E is #B7D1C1. Grayscale: #373737. Windows color (decimal): -12046786 or 4075080. OLE color: 4075080.

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

Color convert

RGB 72 46 62 -
CMYK 0 0.36 0.14 0.72
HSL 323.08º 0.22% 0.23% -
HSV(B) 323.08º 0.36% 0.28% -
XYZ 4.52 3.68 5.03 -
YUV 55.6 131.61 139.7 -
System Red Green Blue C M Y K H S L
Decimal 72 46 62 0 0.36 0.14 0.72 323.08 0.22 0.23
Hex 48 2E 3E 0 24 E 48 143 16 17
Octal 110 56 76 0 44 16 110 503 26 27
Binary 1001000 101110 111110 0 100100 1110 1001000 101000011 10110 10111

Color Harmonies of #482E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482E3E

Black with #482E3E

Text Example


Text Example

White with #482E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,46,62); }

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

background-color css

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

 a { background-color: rgb(72,46,62); }

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

border-color css

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

 span { border-color: rgb(72,46,62); }

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