Html Css Color HEX #3F3A04 Madras

📋 copy color: '#3F3A04'

red 63 ◦ green 58 ◦ blue 4

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

Shades of Madras #3F3A04

Tints of Madras #3F3A04

RGB

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

 GREEN value IS 58 (23.05% from 255) = 46.4%

 BLUE value IS 4 (1.95% from 255) = 3.2%

R = 50.4%
G = 46.4%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#3F3A04 (or 0x3F3A04) is known color: Madras. HEX triplet: 3F, 3A and 04. RGB value is (63,58,4). Sum of RGB (Red+Green+Blue) = 63+58+4=125 (16% of max value = 765). Red value is 63 (25% from 255 or 50.4% from 125); Green value is 58 (23.05% from 255 or 46.4% from 125); Blue value is 4 (1.95% from 255 or 3.2% from 125); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3A04 is #C0C5FB. Grayscale: #353535. Windows color (decimal): -12633596 or 277055. OLE color: 277055.

HSL color Cylindrical-coordinate representation of color #3F3A04: hue angle of 54.92º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F3A04 is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 58 4 -
CMYK 0 0.08 0.94 0.75
HSL 54.92º 0.88% 0.13% -
HSV(B) 54.92º 0.94% 0.25% -
XYZ 3.58 4.09 0.72 -
YUV 53.34 100.16 134.89 -
System Red Green Blue C M Y K H S L
Decimal 63 58 4 0 0.08 0.94 0.75 54.92 0.88 0.13
Hex 3F 3A 4 0 8 5E 4B 37 58 D
Octal 77 72 4 0 10 136 113 67 130 15
Binary 111111 111010 100 0 1000 1011110 1001011 110111 1011000 1101

Color Harmonies of #3F3A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3A04

Black with #3F3A04

Text Example


Text Example

White with #3F3A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,58,4); }

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

background-color css

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

 a { background-color: rgb(63,58,4); }

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

border-color css

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

 span { border-color: rgb(63,58,4); }

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