Html Css Color HEX #483740 Barossa

📋 copy color: '#483740'

red 72 ◦ green 55 ◦ blue 64

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

Shades of Barossa #483740

Tints of Barossa #483740

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.8%

 BLUE value IS 64 (25.39% from 255) = 33.51%

R = 37.7%
G = 28.8%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#483740 (or 0x483740) is known color: Barossa. HEX triplet: 48, 37 and 40. RGB value is (72,55,64). Sum of RGB (Red+Green+Blue) = 72+55+64=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 55 (21.88% from 255 or 28.80% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 72 - color contains mainly: red. Hex color #483740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483740 is #B7C8BF. Grayscale: #3D3D3D. Windows color (decimal): -12044480 or 4208456. OLE color: 4208456.

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

Color convert

RGB 72 55 64 -
CMYK 0 0.24 0.11 0.72
HSL 328.24º 0.13% 0.25% -
HSV(B) 328.24º 0.24% 0.28% -
XYZ 4.96 4.48 5.45 -
YUV 61.11 129.63 135.77 -
System Red Green Blue C M Y K H S L
Decimal 72 55 64 0 0.24 0.11 0.72 328.24 0.13 0.25
Hex 48 37 40 0 18 B 48 148 D 19
Octal 110 67 100 0 30 13 110 510 15 31
Binary 1001000 110111 1000000 0 11000 1011 1001000 101001000 1101 11001

Color Harmonies of #483740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483740

Black with #483740

Text Example


Text Example

White with #483740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483740; }

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

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

background-color css

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

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

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

border-color css

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

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

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