Html Css Color HEX #533F0C Madras

📋 copy color: '#533F0C'

red 83 ◦ green 63 ◦ blue 12

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

Shades of Madras #533F0C

Tints of Madras #533F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.59%

R = 52.53%
G = 39.87%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#533F0C (or 0x533F0C) is known color: Madras. HEX triplet: 53, 3F and 0C. RGB value is (83,63,12). Sum of RGB (Red+Green+Blue) = 83+63+12=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 63 (25% from 255 or 39.87% from 158); Blue value is 12 (5.08% from 255 or 7.59% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #533F0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533F0C is #ACC0F3. Grayscale: #3F3F3F. Windows color (decimal): -11321588 or 802643. OLE color: 802643.

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

Color convert

RGB 83 63 12 -
CMYK 0 0.24 0.86 0.67
HSL 43.1º 0.75% 0.19% -
HSV(B) 43.1º 0.86% 0.33% -
XYZ 5.41 5.42 1.11 -
YUV 63.17 99.13 142.15 -
System Red Green Blue C M Y K H S L
Decimal 83 63 12 0 0.24 0.86 0.67 43.1 0.75 0.19
Hex 53 3F C 0 18 56 43 2B 4B 13
Octal 123 77 14 0 30 126 103 53 113 23
Binary 1010011 111111 1100 0 11000 1010110 1000011 101011 1001011 10011

Color Harmonies of #533F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533F0C

Black with #533F0C

Text Example


Text Example

White with #533F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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