Html Css Color HEX #533B0C Madras

📋 copy color: '#533B0C'

red 83 ◦ green 59 ◦ blue 12

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

Shades of Madras #533B0C

Tints of Madras #533B0C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 38.31%

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

R = 53.9%
G = 38.31%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#533B0C (or 0x533B0C) is known color: Madras. HEX triplet: 53, 3B and 0C. RGB value is (83,59,12). Sum of RGB (Red+Green+Blue) = 83+59+12=154 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.90% from 154); Green value is 59 (23.44% from 255 or 38.31% from 154); Blue value is 12 (5.08% from 255 or 7.79% from 154); Max value from RGB is 83 - color contains mainly: red. Hex color #533B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533B0C is #ACC4F3. Grayscale: #3D3D3D. Windows color (decimal): -11322612 or 801619. OLE color: 801619.

HSL color Cylindrical-coordinate representation of color #533B0C: hue angle of 39.72º 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 #533B0C is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 59 12 -
CMYK 0 0.29 0.86 0.67
HSL 39.72º 0.75% 0.19% -
HSV(B) 39.72º 0.86% 0.33% -
XYZ 5.2 4.99 1.04 -
YUV 60.82 100.45 143.82 -
System Red Green Blue C M Y K H S L
Decimal 83 59 12 0 0.29 0.86 0.67 39.72 0.75 0.19
Hex 53 3B C 0 1D 56 43 28 4B 13
Octal 123 73 14 0 35 126 103 50 113 23
Binary 1010011 111011 1100 0 11101 1010110 1000011 101000 1001011 10011

Color Harmonies of #533B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533B0C

Black with #533B0C

Text Example


Text Example

White with #533B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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