Html Css Color HEX #482F3E Barossa

📋 copy color: '#482F3E'

red 72 ◦ green 47 ◦ blue 62

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

Shades of Barossa #482F3E

Tints of Barossa #482F3E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.97%

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

R = 39.78%
G = 25.97%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#482F3E (or 0x482F3E) is known color: Barossa. HEX triplet: 48, 2F and 3E. RGB value is (72,47,62). Sum of RGB (Red+Green+Blue) = 72+47+62=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 47 (18.75% from 255 or 25.97% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 72 - color contains mainly: red. Hex color #482F3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482F3E is #B7D0C1. Grayscale: #383838. Windows color (decimal): -12046530 or 4075336. OLE color: 4075336.

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

Color convert

RGB 72 47 62 -
CMYK 0 0.35 0.14 0.72
HSL 324º 0.21% 0.23% -
HSV(B) 324º 0.35% 0.28% -
XYZ 4.56 3.76 5.04 -
YUV 56.19 131.28 139.28 -
System Red Green Blue C M Y K H S L
Decimal 72 47 62 0 0.35 0.14 0.72 324 0.21 0.23
Hex 48 2F 3E 0 23 E 48 144 15 17
Octal 110 57 76 0 43 16 110 504 25 27
Binary 1001000 101111 111110 0 100011 1110 1001000 101000100 10101 10111

Color Harmonies of #482F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482F3E

Black with #482F3E

Text Example


Text Example

White with #482F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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