Html Css Color HEX #483D21 Madras

📋 copy color: '#483D21'

red 72 ◦ green 61 ◦ blue 33

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

Shades of Madras #483D21

Tints of Madras #483D21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 19.88%

R = 43.37%
G = 36.75%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#483D21 (or 0x483D21) is known color: Madras. HEX triplet: 48, 3D and 21. RGB value is (72,61,33). Sum of RGB (Red+Green+Blue) = 72+61+33=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 61 (24.22% from 255 or 36.75% from 166); Blue value is 33 (13.28% from 255 or 19.88% from 166); Max value from RGB is 72 - color contains mainly: red. Hex color #483D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483D21 is #B7C2DE. Grayscale: #3D3D3D. Windows color (decimal): -12042975 or 2178376. OLE color: 2178376.

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

Color convert

RGB 72 61 33 -
CMYK 0 0.15 0.54 0.72
HSL 43.08º 0.37% 0.21% -
HSV(B) 43.08º 0.54% 0.28% -
XYZ 4.62 4.83 2.13 -
YUV 61.1 112.14 135.78 -
System Red Green Blue C M Y K H S L
Decimal 72 61 33 0 0.15 0.54 0.72 43.08 0.37 0.21
Hex 48 3D 21 0 F 36 48 2B 25 15
Octal 110 75 41 0 17 66 110 53 45 25
Binary 1001000 111101 100001 0 1111 110110 1001000 101011 100101 10101

Color Harmonies of #483D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483D21

Black with #483D21

Text Example


Text Example

White with #483D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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