Html Css Color HEX #484203 Madras

📋 copy color: '#484203'

red 72 ◦ green 66 ◦ blue 3

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

Shades of Madras #484203

Tints of Madras #484203

RGB

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

 GREEN value IS 66 (26.17% from 255) = 46.81%

 BLUE value IS 3 (1.56% from 255) = 2.13%

R = 51.06%
G = 46.81%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#484203 (or 0x484203) is known color: Madras. HEX triplet: 48, 42 and 03. RGB value is (72,66,3). Sum of RGB (Red+Green+Blue) = 72+66+3=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 66 (26.17% from 255 or 46.81% from 141); Blue value is 3 (1.56% from 255 or 2.13% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #484203 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484203 is #B7BDFC. Grayscale: #3C3C3C. Windows color (decimal): -12041725 or 213576. OLE color: 213576.

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

Color convert

RGB 72 66 3 -
CMYK 0 0.08 0.96 0.72
HSL 54.78º 0.92% 0.15% -
HSV(B) 54.78º 0.96% 0.28% -
XYZ 4.64 5.28 0.86 -
YUV 60.61 95.49 136.12 -
System Red Green Blue C M Y K H S L
Decimal 72 66 3 0 0.08 0.96 0.72 54.78 0.92 0.15
Hex 48 42 3 0 8 60 48 37 5C F
Octal 110 102 3 0 10 140 110 67 134 17
Binary 1001000 1000010 11 0 1000 1100000 1001000 110111 1011100 1111

Color Harmonies of #484203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484203

Black with #484203

Text Example


Text Example

White with #484203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484203; }

 p { color: rgb(72,66,3); }

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

background-color css

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

 a { background-color: rgb(72,66,3); }

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

border-color css

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

 span { border-color: rgb(72,66,3); }

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