Html Css Color HEX #53430F Madras

📋 copy color: '#53430F'

red 83 ◦ green 67 ◦ blue 15

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

Shades of Madras #53430F

Tints of Madras #53430F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.09%

R = 50.3%
G = 40.61%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#53430F (or 0x53430F) is known color: Madras. HEX triplet: 53, 43 and 0F. RGB value is (83,67,15). Sum of RGB (Red+Green+Blue) = 83+67+15=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 67 (26.56% from 255 or 40.61% from 165); Blue value is 15 (6.25% from 255 or 9.09% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #53430F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53430F is #ACBCF0. Grayscale: #424242. Windows color (decimal): -11320561 or 1000275. OLE color: 1000275.

HSL color Cylindrical-coordinate representation of color #53430F: hue angle of 45.88º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #53430F is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 67 15 -
CMYK 0 0.19 0.82 0.67
HSL 45.88º 0.69% 0.19% -
HSV(B) 45.88º 0.82% 0.33% -
XYZ 5.66 5.89 1.29 -
YUV 65.86 99.3 140.23 -
System Red Green Blue C M Y K H S L
Decimal 83 67 15 0 0.19 0.82 0.67 45.88 0.69 0.19
Hex 53 43 F 0 13 52 43 2E 45 13
Octal 123 103 17 0 23 122 103 56 105 23
Binary 1010011 1000011 1111 0 10011 1010010 1000011 101110 1000101 10011

Color Harmonies of #53430F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53430F

Black with #53430F

Text Example


Text Example

White with #53430F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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