Html Css Color HEX #484202 Madras

📋 copy color: '#484202'

red 72 ◦ green 66 ◦ blue 2

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

Shades of Madras #484202

Tints of Madras #484202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.43%

R = 51.43%
G = 47.14%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#484202 (or 0x484202) is known color: Madras. HEX triplet: 48, 42 and 02. RGB value is (72,66,2). Sum of RGB (Red+Green+Blue) = 72+66+2=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 66 (26.17% from 255 or 47.14% from 140); Blue value is 2 (1.17% from 255 or 1.43% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #484202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484202 is #B7BDFD. Grayscale: #3C3C3C. Windows color (decimal): -12041726 or 148040. OLE color: 148040.

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

Color convert

RGB 72 66 2 -
CMYK 0 0.08 0.97 0.72
HSL 54.86º 0.95% 0.15% -
HSV(B) 54.86º 0.97% 0.28% -
XYZ 4.63 5.28 0.83 -
YUV 60.5 94.99 136.2 -
System Red Green Blue C M Y K H S L
Decimal 72 66 2 0 0.08 0.97 0.72 54.86 0.95 0.15
Hex 48 42 2 0 8 61 48 37 5F F
Octal 110 102 2 0 10 141 110 67 137 17
Binary 1001000 1000010 10 0 1000 1100001 1001000 110111 1011111 1111

Color Harmonies of #484202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484202

Black with #484202

Text Example


Text Example

White with #484202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484202; }

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

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

background-color css

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

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

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

border-color css

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

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

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