Html Css Color HEX #484123 Madras

📋 copy color: '#484123'

red 72 ◦ green 65 ◦ blue 35

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

Shades of Madras #484123

Tints of Madras #484123

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.79%

 BLUE value IS 35 (14.06% from 255) = 20.35%

R = 41.86%
G = 37.79%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#484123 (or 0x484123) is known color: Madras. HEX triplet: 48, 41 and 23. RGB value is (72,65,35). Sum of RGB (Red+Green+Blue) = 72+65+35=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 35 (14.06% from 255 or 20.35% from 172); Max value from RGB is 72 - color contains mainly: red. Hex color #484123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484123 is #B7BEDC. Grayscale: #3F3F3F. Windows color (decimal): -12041949 or 2310472. OLE color: 2310472.

HSL color Cylindrical-coordinate representation of color #484123: hue angle of 48.65º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #484123 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 65 35 -
CMYK 0 0.10 0.51 0.72
HSL 48.65º 0.35% 0.21% -
HSV(B) 48.65º 0.51% 0.28% -
XYZ 4.87 5.28 2.35 -
YUV 63.67 111.82 133.94 -
System Red Green Blue C M Y K H S L
Decimal 72 65 35 0 0.10 0.51 0.72 48.65 0.35 0.21
Hex 48 41 23 0 A 33 48 31 23 15
Octal 110 101 43 0 12 63 110 61 43 25
Binary 1001000 1000001 100011 0 1010 110011 1001000 110001 100011 10101

Color Harmonies of #484123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484123

Black with #484123

Text Example


Text Example

White with #484123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484123; }

 p { color: rgb(72,65,35); }

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

background-color css

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

 a { background-color: rgb(72,65,35); }

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

border-color css

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

 span { border-color: rgb(72,65,35); }

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