Html Css Color HEX #3F3A11 Madras

📋 copy color: '#3F3A11'

red 63 ◦ green 58 ◦ blue 17

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

Shades of Madras #3F3A11

Tints of Madras #3F3A11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.32%

R = 45.65%
G = 42.03%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0.75

RGB Variations

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

Color information

#3F3A11 (or 0x3F3A11) is known color: Madras. HEX triplet: 3F, 3A and 11. RGB value is (63,58,17). Sum of RGB (Red+Green+Blue) = 63+58+17=138 (18% of max value = 765). Red value is 63 (25% from 255 or 45.65% from 138); Green value is 58 (23.05% from 255 or 42.03% from 138); Blue value is 17 (7.03% from 255 or 12.32% from 138); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3A11 is #C0C5EE. Grayscale: #363636. Windows color (decimal): -12633583 or 1129023. OLE color: 1129023.

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

Color convert

RGB 63 58 17 -
CMYK 0 0.08 0.73 0.75
HSL 53.48º 0.58% 0.16% -
HSV(B) 53.48º 0.73% 0.25% -
XYZ 3.66 4.12 1.13 -
YUV 54.82 106.66 133.83 -
System Red Green Blue C M Y K H S L
Decimal 63 58 17 0 0.08 0.73 0.75 53.48 0.58 0.16
Hex 3F 3A 11 0 8 49 4B 35 3A 10
Octal 77 72 21 0 10 111 113 65 72 20
Binary 111111 111010 10001 0 1000 1001001 1001011 110101 111010 10000

Color Harmonies of #3F3A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3A11

Black with #3F3A11

Text Example


Text Example

White with #3F3A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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