Html Css Color HEX #483C04 Madras

📋 copy color: '#483C04'

red 72 ◦ green 60 ◦ blue 4

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

Shades of Madras #483C04

Tints of Madras #483C04

RGB

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

 GREEN value IS 60 (23.83% from 255) = 44.12%

 BLUE value IS 4 (1.95% from 255) = 2.94%

R = 52.94%
G = 44.12%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#483C04 (or 0x483C04) is known color: Madras. HEX triplet: 48, 3C and 04. RGB value is (72,60,4). Sum of RGB (Red+Green+Blue) = 72+60+4=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 60 (23.83% from 255 or 44.12% from 136); Blue value is 4 (1.95% from 255 or 2.94% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #483C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483C04 is #B7C3FB. Grayscale: #393939. Windows color (decimal): -12043260 or 277576. OLE color: 277576.

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

Color convert

RGB 72 60 4 -
CMYK 0 0.17 0.94 0.72
HSL 49.41º 0.89% 0.15% -
HSV(B) 49.41º 0.94% 0.28% -
XYZ 4.31 4.62 0.78 -
YUV 57.2 97.98 138.55 -
System Red Green Blue C M Y K H S L
Decimal 72 60 4 0 0.17 0.94 0.72 49.41 0.89 0.15
Hex 48 3C 4 0 11 5E 48 31 59 F
Octal 110 74 4 0 21 136 110 61 131 17
Binary 1001000 111100 100 0 10001 1011110 1001000 110001 1011001 1111

Color Harmonies of #483C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483C04

Black with #483C04

Text Example


Text Example

White with #483C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,60,4); }

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

background-color css

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

 a { background-color: rgb(72,60,4); }

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

border-color css

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

 span { border-color: rgb(72,60,4); }

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