Html Css Color HEX #533F1C Madras

📋 copy color: '#533F1C'

red 83 ◦ green 63 ◦ blue 28

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

Shades of Madras #533F1C

Tints of Madras #533F1C

RGB

 RED value IS 83 (32.81% from 255) = 47.7%

 GREEN value IS 63 (25% from 255) = 36.21%

 BLUE value IS 28 (11.33% from 255) = 16.09%

R = 47.7%
G = 36.21%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#533F1C (or 0x533F1C) is known color: Madras. HEX triplet: 53, 3F and 1C. RGB value is (83,63,28). Sum of RGB (Red+Green+Blue) = 83+63+28=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 63 (25% from 255 or 36.21% from 174); Blue value is 28 (11.33% from 255 or 16.09% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #533F1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533F1C is #ACC0E3. Grayscale: #414141. Windows color (decimal): -11321572 or 1851219. OLE color: 1851219.

HSL color Cylindrical-coordinate representation of color #533F1C: hue angle of 38.18º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #533F1C is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 63 28 -
CMYK 0 0.24 0.66 0.67
HSL 38.18º 0.5% 0.22% -
HSV(B) 38.18º 0.66% 0.33% -
XYZ 5.55 5.48 1.86 -
YUV 64.99 107.13 140.85 -
System Red Green Blue C M Y K H S L
Decimal 83 63 28 0 0.24 0.66 0.67 38.18 0.5 0.22
Hex 53 3F 1C 0 18 42 43 26 32 16
Octal 123 77 34 0 30 102 103 46 62 26
Binary 1010011 111111 11100 0 11000 1000010 1000011 100110 110010 10110

Color Harmonies of #533F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533F1C

Black with #533F1C

Text Example


Text Example

White with #533F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533F1C; }

 p { color: rgb(83,63,28); }

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

background-color css

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

 a { background-color: rgb(83,63,28); }

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

border-color css

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

 span { border-color: rgb(83,63,28); }

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