Html Css Color HEX #52430B Madras

📋 copy color: '#52430B'

red 82 ◦ green 67 ◦ blue 11

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

Shades of Madras #52430B

Tints of Madras #52430B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.88%

R = 51.25%
G = 41.88%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.87

 K value IS 0.68

RGB Variations

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

Color information

#52430B (or 0x52430B) is known color: Madras. HEX triplet: 52, 43 and 0B. RGB value is (82,67,11). Sum of RGB (Red+Green+Blue) = 82+67+11=160 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.25% from 160); Green value is 67 (26.56% from 255 or 41.88% from 160); Blue value is 11 (4.69% from 255 or 6.88% from 160); Max value from RGB is 82 - color contains mainly: red. Hex color #52430B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52430B is #ADBCF4. Grayscale: #414141. Windows color (decimal): -11386101 or 738130. OLE color: 738130.

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

Color convert

RGB 82 67 11 -
CMYK 0 0.18 0.87 0.68
HSL 47.32º 0.76% 0.18% -
HSV(B) 47.32º 0.87% 0.32% -
XYZ 5.55 5.83 1.15 -
YUV 65.1 97.47 140.05 -
System Red Green Blue C M Y K H S L
Decimal 82 67 11 0 0.18 0.87 0.68 47.32 0.76 0.18
Hex 52 43 B 0 12 57 44 2F 4C 12
Octal 122 103 13 0 22 127 104 57 114 22
Binary 1010010 1000011 1011 0 10010 1010111 1000100 101111 1001100 10010

Color Harmonies of #52430B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52430B

Black with #52430B

Text Example


Text Example

White with #52430B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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