Html Css Color HEX #483640 Barossa

📋 copy color: '#483640'

red 72 ◦ green 54 ◦ blue 64

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

Shades of Barossa #483640

Tints of Barossa #483640

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.42%

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

R = 37.89%
G = 28.42%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#483640 (or 0x483640) is known color: Barossa. HEX triplet: 48, 36 and 40. RGB value is (72,54,64). Sum of RGB (Red+Green+Blue) = 72+54+64=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 54 (21.48% from 255 or 28.42% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 72 - color contains mainly: red. Hex color #483640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483640 is #B7C9BF. Grayscale: #3C3C3C. Windows color (decimal): -12044736 or 4208200. OLE color: 4208200.

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

Color convert

RGB 72 54 64 -
CMYK 0 0.25 0.11 0.72
HSL 326.67º 0.14% 0.25% -
HSV(B) 326.67º 0.25% 0.28% -
XYZ 4.92 4.39 5.44 -
YUV 60.52 129.96 136.19 -
System Red Green Blue C M Y K H S L
Decimal 72 54 64 0 0.25 0.11 0.72 326.67 0.14 0.25
Hex 48 36 40 0 19 B 48 147 E 19
Octal 110 66 100 0 31 13 110 507 16 31
Binary 1001000 110110 1000000 0 11001 1011 1001000 101000111 1110 11001

Color Harmonies of #483640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483640

Black with #483640

Text Example


Text Example

White with #483640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483640; }

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

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

background-color css

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

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

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

border-color css

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

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

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