Html Css Color HEX #3F3801 Madras

📋 copy color: '#3F3801'

red 63 ◦ green 56 ◦ blue 1

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

Shades of Madras #3F3801

Tints of Madras #3F3801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.83%

R = 52.5%
G = 46.67%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#3F3801 (or 0x3F3801) is known color: Madras. HEX triplet: 3F, 38 and 01. RGB value is (63,56,1). Sum of RGB (Red+Green+Blue) = 63+56+1=120 (15% of max value = 765). Red value is 63 (25% from 255 or 52.5% from 120); Green value is 56 (22.27% from 255 or 46.67% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3801 is #C0C7FE. Grayscale: #343434. Windows color (decimal): -12634111 or 79935. OLE color: 79935.

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

Color convert

RGB 63 56 1 -
CMYK 0 0.11 0.98 0.75
HSL 53.23º 0.97% 0.13% -
HSV(B) 53.23º 0.98% 0.25% -
XYZ 3.47 3.89 0.6 -
YUV 51.82 99.32 135.97 -
System Red Green Blue C M Y K H S L
Decimal 63 56 1 0 0.11 0.98 0.75 53.23 0.97 0.13
Hex 3F 38 1 0 B 62 4B 35 61 D
Octal 77 70 1 0 13 142 113 65 141 15
Binary 111111 111000 1 0 1011 1100010 1001011 110101 1100001 1101

Color Harmonies of #3F3801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3801

Black with #3F3801

Text Example


Text Example

White with #3F3801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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