Html Css Color HEX #483C02 Madras

📋 copy color: '#483C02'

red 72 ◦ green 60 ◦ blue 2

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

Shades of Madras #483C02

Tints of Madras #483C02

RGB

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

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

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

R = 53.73%
G = 44.78%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#483C02 (or 0x483C02) is known color: Madras. HEX triplet: 48, 3C and 02. RGB value is (72,60,2). Sum of RGB (Red+Green+Blue) = 72+60+2=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 60 (23.83% from 255 or 44.78% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #483C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483C02 is #B7C3FD. Grayscale: #393939. Windows color (decimal): -12043262 or 146504. OLE color: 146504.

HSL color Cylindrical-coordinate representation of color #483C02: hue angle of 49.71º 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 #483C02 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 60 2 -
CMYK 0 0.17 0.97 0.72
HSL 49.71º 0.95% 0.15% -
HSV(B) 49.71º 0.97% 0.28% -
XYZ 4.3 4.61 0.72 -
YUV 56.98 96.98 138.72 -
System Red Green Blue C M Y K H S L
Decimal 72 60 2 0 0.17 0.97 0.72 49.71 0.95 0.15
Hex 48 3C 2 0 11 61 48 32 5F F
Octal 110 74 2 0 21 141 110 62 137 17
Binary 1001000 111100 10 0 10001 1100001 1001000 110010 1011111 1111

Color Harmonies of #483C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483C02

Black with #483C02

Text Example


Text Example

White with #483C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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