Html Css Color HEX #484023 Madras

📋 copy color: '#484023'

red 72 ◦ green 64 ◦ blue 35

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

Shades of Madras #484023

Tints of Madras #484023

RGB

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

 GREEN value IS 64 (25.39% from 255) = 37.43%

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

R = 42.11%
G = 37.43%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#484023 (or 0x484023) is known color: Madras. HEX triplet: 48, 40 and 23. RGB value is (72,64,35). Sum of RGB (Red+Green+Blue) = 72+64+35=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 35 (14.06% from 255 or 20.47% from 171); Max value from RGB is 72 - color contains mainly: red. Hex color #484023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484023 is #B7BFDC. Grayscale: #3F3F3F. Windows color (decimal): -12042205 or 2310216. OLE color: 2310216.

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

Color convert

RGB 72 64 35 -
CMYK 0 0.11 0.51 0.72
HSL 47.03º 0.35% 0.21% -
HSV(B) 47.03º 0.51% 0.28% -
XYZ 4.81 5.17 2.33 -
YUV 63.09 112.15 134.36 -
System Red Green Blue C M Y K H S L
Decimal 72 64 35 0 0.11 0.51 0.72 47.03 0.35 0.21
Hex 48 40 23 0 B 33 48 2F 23 15
Octal 110 100 43 0 13 63 110 57 43 25
Binary 1001000 1000000 100011 0 1011 110011 1001000 101111 100011 10101

Color Harmonies of #484023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484023

Black with #484023

Text Example


Text Example

White with #484023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484023; }

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

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

background-color css

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

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

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

border-color css

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

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

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