Html Css Color HEX #484223 Madras

📋 copy color: '#484223'

red 72 ◦ green 66 ◦ blue 35

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

Shades of Madras #484223

Tints of Madras #484223

RGB

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

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

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

R = 41.62%
G = 38.15%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#484223 (or 0x484223) is known color: Madras. HEX triplet: 48, 42 and 23. RGB value is (72,66,35). Sum of RGB (Red+Green+Blue) = 72+66+35=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 35 (14.06% from 255 or 20.23% from 173); Max value from RGB is 72 - color contains mainly: red. Hex color #484223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484223 is #B7BDDC. Grayscale: #404040. Windows color (decimal): -12041693 or 2310728. OLE color: 2310728.

HSL color Cylindrical-coordinate representation of color #484223: hue angle of 50.27º 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 #484223 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 66 35 -
CMYK 0 0.08 0.51 0.72
HSL 50.27º 0.35% 0.21% -
HSV(B) 50.27º 0.51% 0.28% -
XYZ 4.92 5.4 2.37 -
YUV 64.26 111.49 133.52 -
System Red Green Blue C M Y K H S L
Decimal 72 66 35 0 0.08 0.51 0.72 50.27 0.35 0.21
Hex 48 42 23 0 8 33 48 32 23 15
Octal 110 102 43 0 10 63 110 62 43 25
Binary 1001000 1000010 100011 0 1000 110011 1001000 110010 100011 10101

Color Harmonies of #484223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484223

Black with #484223

Text Example


Text Example

White with #484223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484223; }

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

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

background-color css

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

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

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

border-color css

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

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

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