Html Css Color HEX #4D430F Madras

📋 copy color: '#4D430F'

red 77 ◦ green 67 ◦ blue 15

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

Shades of Madras #4D430F

Tints of Madras #4D430F

RGB

 RED value IS 77 (30.47% from 255) = 48.43%

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

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

R = 48.43%
G = 42.14%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.70

RGB Variations

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

Color information

#4D430F (or 0x4D430F) is known color: Madras. HEX triplet: 4D, 43 and 0F. RGB value is (77,67,15). Sum of RGB (Red+Green+Blue) = 77+67+15=159 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.43% from 159); Green value is 67 (26.56% from 255 or 42.14% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 77 - color contains mainly: red. Hex color #4D430F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D430F is #B2BCF0. Grayscale: #404040. Windows color (decimal): -11713777 or 1000269. OLE color: 1000269.

HSL color Cylindrical-coordinate representation of color #4D430F: hue angle of 50.32º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D430F is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 67 15 -
CMYK 0 0.13 0.81 0.70
HSL 50.32º 0.67% 0.18% -
HSV(B) 50.32º 0.81% 0.3% -
XYZ 5.15 5.63 1.27 -
YUV 64.06 100.31 137.23 -
System Red Green Blue C M Y K H S L
Decimal 77 67 15 0 0.13 0.81 0.70 50.32 0.67 0.18
Hex 4D 43 F 0 D 51 46 32 43 12
Octal 115 103 17 0 15 121 106 62 103 22
Binary 1001101 1000011 1111 0 1101 1010001 1000110 110010 1000011 10010

Color Harmonies of #4D430F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D430F

Black with #4D430F

Text Example


Text Example

White with #4D430F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D430F; }

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

 H1.HeaderClassName
 {
   color: #4D430F;
 }
 .AnyTagClassName
 {
   color: #4D430F;
 }
</style>

background-color css

<style>
 a { background-color: #4D430F; }

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

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

border-color css

<style>
 span { border-color: #4D430F; }

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

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