Html Css Color HEX #483C17 Madras

📋 copy color: '#483C17'

red 72 ◦ green 60 ◦ blue 23

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

Shades of Madras #483C17

Tints of Madras #483C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 14.84%

R = 46.45%
G = 38.71%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#483C17 (or 0x483C17) is known color: Madras. HEX triplet: 48, 3C and 17. RGB value is (72,60,23). Sum of RGB (Red+Green+Blue) = 72+60+23=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 60 (23.83% from 255 or 38.71% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #483C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483C17 is #B7C3E8. Grayscale: #3B3B3B. Windows color (decimal): -12043241 or 1522760. OLE color: 1522760.

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

Color convert

RGB 72 60 23 -
CMYK 0 0.17 0.68 0.72
HSL 45.31º 0.52% 0.19% -
HSV(B) 45.31º 0.68% 0.28% -
XYZ 4.44 4.67 1.48 -
YUV 59.37 107.48 137.01 -
System Red Green Blue C M Y K H S L
Decimal 72 60 23 0 0.17 0.68 0.72 45.31 0.52 0.19
Hex 48 3C 17 0 11 44 48 2D 34 13
Octal 110 74 27 0 21 104 110 55 64 23
Binary 1001000 111100 10111 0 10001 1000100 1001000 101101 110100 10011

Color Harmonies of #483C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483C17

Black with #483C17

Text Example


Text Example

White with #483C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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