Html Css Color HEX #52430D Madras

📋 copy color: '#52430D'

red 82 ◦ green 67 ◦ blue 13

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

Shades of Madras #52430D

Tints of Madras #52430D

RGB

 RED value IS 82 (32.42% from 255) = 50.62%

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

 BLUE value IS 13 (5.47% from 255) = 8.02%

R = 50.62%
G = 41.36%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#52430D (or 0x52430D) is known color: Madras. HEX triplet: 52, 43 and 0D. RGB value is (82,67,13). Sum of RGB (Red+Green+Blue) = 82+67+13=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 67 (26.56% from 255 or 41.36% from 162); Blue value is 13 (5.47% from 255 or 8.02% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #52430D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52430D is #ADBCF2. Grayscale: #414141. Windows color (decimal): -11386099 or 869202. OLE color: 869202.

HSL color Cylindrical-coordinate representation of color #52430D: hue angle of 46.96º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52430D is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 67 13 -
CMYK 0 0.18 0.84 0.68
HSL 46.96º 0.73% 0.19% -
HSV(B) 46.96º 0.84% 0.32% -
XYZ 5.56 5.84 1.21 -
YUV 65.33 98.47 139.89 -
System Red Green Blue C M Y K H S L
Decimal 82 67 13 0 0.18 0.84 0.68 46.96 0.73 0.19
Hex 52 43 D 0 12 54 44 2F 49 13
Octal 122 103 15 0 22 124 104 57 111 23
Binary 1010010 1000011 1101 0 10010 1010100 1000100 101111 1001001 10011

Color Harmonies of #52430D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52430D

Black with #52430D

Text Example


Text Example

White with #52430D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52430D; }

 p { color: rgb(82,67,13); }

 H1.HeaderClassName
 {
   color: #52430D;
 }
 .AnyTagClassName
 {
   color: #52430D;
 }
</style>

background-color css

<style>
 a { background-color: #52430D; }

 a { background-color: rgb(82,67,13); }

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

border-color css

<style>
 span { border-color: #52430D; }

 span { border-color: rgb(82,67,13); }

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