Html Css Color HEX #483D41 Barossa

📋 copy color: '#483D41'

red 72 ◦ green 61 ◦ blue 65

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

Shades of Barossa #483D41

Tints of Barossa #483D41

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.81%

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

R = 36.36%
G = 30.81%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#483D41 (or 0x483D41) is known color: Barossa. HEX triplet: 48, 3D and 41. RGB value is (72,61,65). Sum of RGB (Red+Green+Blue) = 72+61+65=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 61 (24.22% from 255 or 30.81% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 72 - color contains mainly: red. Hex color #483D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483D41 is #B7C2BE. Grayscale: #404040. Windows color (decimal): -12042943 or 4275528. OLE color: 4275528.

HSL color Cylindrical-coordinate representation of color #483D41: hue angle of 338.18º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #483D41 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 61 65 -
CMYK 0 0.15 0.10 0.72
HSL 338.18º 0.08% 0.26% -
HSV(B) 338.18º 0.15% 0.28% -
XYZ 5.3 5.1 5.71 -
YUV 64.75 128.14 133.17 -
System Red Green Blue C M Y K H S L
Decimal 72 61 65 0 0.15 0.10 0.72 338.18 0.08 0.26
Hex 48 3D 41 0 F A 48 152 8 1A
Octal 110 75 101 0 17 12 110 522 10 32
Binary 1001000 111101 1000001 0 1111 1010 1001000 101010010 1000 11010

Color Harmonies of #483D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483D41

Black with #483D41

Text Example


Text Example

White with #483D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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