Html Css Color HEX #483841 Barossa

📋 copy color: '#483841'

red 72 ◦ green 56 ◦ blue 65

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

Shades of Barossa #483841

Tints of Barossa #483841

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.02%

 BLUE value IS 65 (25.78% from 255) = 33.68%

R = 37.31%
G = 29.02%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#483841 (or 0x483841) is known color: Barossa. HEX triplet: 48, 38 and 41. RGB value is (72,56,65). Sum of RGB (Red+Green+Blue) = 72+56+65=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 72 - color contains mainly: red. Hex color #483841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483841 is #B7C7BE. Grayscale: #3D3D3D. Windows color (decimal): -12044223 or 4274248. OLE color: 4274248.

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

Color convert

RGB 72 56 65 -
CMYK 0 0.22 0.10 0.72
HSL 326.25º 0.13% 0.25% -
HSV(B) 326.25º 0.22% 0.28% -
XYZ 5.04 4.59 5.62 -
YUV 61.81 129.8 135.27 -
System Red Green Blue C M Y K H S L
Decimal 72 56 65 0 0.22 0.10 0.72 326.25 0.13 0.25
Hex 48 38 41 0 16 A 48 146 C 19
Octal 110 70 101 0 26 12 110 506 14 31
Binary 1001000 111000 1000001 0 10110 1010 1001000 101000110 1100 11001

Color Harmonies of #483841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483841

Black with #483841

Text Example


Text Example

White with #483841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483841; }

 p { color: rgb(72,56,65); }

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

background-color css

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

 a { background-color: rgb(72,56,65); }

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

border-color css

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

 span { border-color: rgb(72,56,65); }

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