Html Css Color HEX #53430C Madras

📋 copy color: '#53430C'

red 83 ◦ green 67 ◦ blue 12

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

Shades of Madras #53430C

Tints of Madras #53430C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 41.36%

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

R = 51.23%
G = 41.36%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#53430C (or 0x53430C) is known color: Madras. HEX triplet: 53, 43 and 0C. RGB value is (83,67,12). Sum of RGB (Red+Green+Blue) = 83+67+12=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 67 (26.56% from 255 or 41.36% from 162); Blue value is 12 (5.08% from 255 or 7.41% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #53430C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53430C is #ACBCF3. Grayscale: #414141. Windows color (decimal): -11320564 or 803667. OLE color: 803667.

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

Color convert

RGB 83 67 12 -
CMYK 0 0.19 0.86 0.67
HSL 46.48º 0.75% 0.19% -
HSV(B) 46.48º 0.86% 0.33% -
XYZ 5.64 5.88 1.19 -
YUV 65.51 97.8 140.47 -
System Red Green Blue C M Y K H S L
Decimal 83 67 12 0 0.19 0.86 0.67 46.48 0.75 0.19
Hex 53 43 C 0 13 56 43 2E 4B 13
Octal 123 103 14 0 23 126 103 56 113 23
Binary 1010011 1000011 1100 0 10011 1010110 1000011 101110 1001011 10011

Color Harmonies of #53430C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53430C

Black with #53430C

Text Example


Text Example

White with #53430C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53430C; }

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

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

background-color css

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

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

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

border-color css

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

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

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