Html Css Color HEX #3F3810 Madras

📋 copy color: '#3F3810'

red 63 ◦ green 56 ◦ blue 16

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

Shades of Madras #3F3810

Tints of Madras #3F3810

RGB

 RED value IS 63 (25% from 255) = 46.67%

 GREEN value IS 56 (22.27% from 255) = 41.48%

 BLUE value IS 16 (6.64% from 255) = 11.85%

R = 46.67%
G = 41.48%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#3F3810 (or 0x3F3810) is known color: Madras. HEX triplet: 3F, 38 and 10. RGB value is (63,56,16). Sum of RGB (Red+Green+Blue) = 63+56+16=135 (17% of max value = 765). Red value is 63 (25% from 255 or 46.67% from 135); Green value is 56 (22.27% from 255 or 41.48% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3810 is #C0C7EF. Grayscale: #353535. Windows color (decimal): -12634096 or 1062975. OLE color: 1062975.

HSL color Cylindrical-coordinate representation of color #3F3810: hue angle of 51.06º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F3810 is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 56 16 -
CMYK 0 0.11 0.75 0.75
HSL 51.06º 0.59% 0.15% -
HSV(B) 51.06º 0.75% 0.25% -
XYZ 3.56 3.92 1.06 -
YUV 53.53 106.82 134.75 -
System Red Green Blue C M Y K H S L
Decimal 63 56 16 0 0.11 0.75 0.75 51.06 0.59 0.15
Hex 3F 38 10 0 B 4B 4B 33 3B F
Octal 77 70 20 0 13 113 113 63 73 17
Binary 111111 111000 10000 0 1011 1001011 1001011 110011 111011 1111

Color Harmonies of #3F3810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3810

Black with #3F3810

Text Example


Text Example

White with #3F3810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F3810; }

 p { color: rgb(63,56,16); }

 H1.HeaderClassName
 {
   color: #3F3810;
 }
 .AnyTagClassName
 {
   color: #3F3810;
 }
</style>

background-color css

<style>
 a { background-color: #3F3810; }

 a { background-color: rgb(63,56,16); }

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

border-color css

<style>
 span { border-color: #3F3810; }

 span { border-color: rgb(63,56,16); }

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