Html Css Color HEX #483E22 Madras

📋 copy color: '#483E22'

red 72 ◦ green 62 ◦ blue 34

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

Shades of Madras #483E22

Tints of Madras #483E22

RGB

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

 GREEN value IS 62 (24.61% from 255) = 36.9%

 BLUE value IS 34 (13.67% from 255) = 20.24%

R = 42.86%
G = 36.9%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.72

RGB Variations

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

Color information

#483E22 (or 0x483E22) is known color: Madras. HEX triplet: 48, 3E and 22. RGB value is (72,62,34). Sum of RGB (Red+Green+Blue) = 72+62+34=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 62 (24.61% from 255 or 36.90% from 168); Blue value is 34 (13.67% from 255 or 20.24% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #483E22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483E22 is #B7C1DD. Grayscale: #3D3D3D. Windows color (decimal): -12042718 or 2244168. OLE color: 2244168.

HSL color Cylindrical-coordinate representation of color #483E22: hue angle of 44.21º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #483E22 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 62 34 -
CMYK 0 0.14 0.53 0.72
HSL 44.21º 0.36% 0.21% -
HSV(B) 44.21º 0.53% 0.28% -
XYZ 4.68 4.94 2.22 -
YUV 61.8 112.31 135.28 -
System Red Green Blue C M Y K H S L
Decimal 72 62 34 0 0.14 0.53 0.72 44.21 0.36 0.21
Hex 48 3E 22 0 E 35 48 2C 24 15
Octal 110 76 42 0 16 65 110 54 44 25
Binary 1001000 111110 100010 0 1110 110101 1001000 101100 100100 10101

Color Harmonies of #483E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483E22

Black with #483E22

Text Example


Text Example

White with #483E22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,62,34); }

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

background-color css

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

 a { background-color: rgb(72,62,34); }

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

border-color css

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

 span { border-color: rgb(72,62,34); }

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