Html Css Color HEX #3F3C10 Madras

📋 copy color: '#3F3C10'

red 63 ◦ green 60 ◦ blue 16

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

Shades of Madras #3F3C10

Tints of Madras #3F3C10

RGB

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

 GREEN value IS 60 (23.83% from 255) = 43.17%

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

R = 45.32%
G = 43.17%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#3F3C10 (or 0x3F3C10) is known color: Madras. HEX triplet: 3F, 3C and 10. RGB value is (63,60,16). Sum of RGB (Red+Green+Blue) = 63+60+16=139 (18% of max value = 765). Red value is 63 (25% from 255 or 45.32% from 139); Green value is 60 (23.83% from 255 or 43.17% from 139); Blue value is 16 (6.64% from 255 or 11.51% from 139); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3C10 is #C0C3EF. Grayscale: #383838. Windows color (decimal): -12633072 or 1063999. OLE color: 1063999.

HSL color Cylindrical-coordinate representation of color #3F3C10: hue angle of 56.17º 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 #3F3C10 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 60 16 -
CMYK 0 0.05 0.75 0.75
HSL 56.17º 0.59% 0.15% -
HSV(B) 56.17º 0.75% 0.25% -
XYZ 3.76 4.33 1.13 -
YUV 55.88 105.49 133.08 -
System Red Green Blue C M Y K H S L
Decimal 63 60 16 0 0.05 0.75 0.75 56.17 0.59 0.15
Hex 3F 3C 10 0 5 4B 4B 38 3B F
Octal 77 74 20 0 5 113 113 70 73 17
Binary 111111 111100 10000 0 101 1001011 1001011 111000 111011 1111

Color Harmonies of #3F3C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3C10

Black with #3F3C10

Text Example


Text Example

White with #3F3C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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