Html Css Color HEX #3F3800 Madras

📋 copy color: '#3F3800'

red 63 ◦ green 56 ◦ blue 0

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

Shades of Madras #3F3800

Tints of Madras #3F3800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.94%
G = 47.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#3F3800 (or 0x3F3800) is known color: Madras. HEX triplet: 3F, 38 and 00. RGB value is (63,56,0). Sum of RGB (Red+Green+Blue) = 63+56+0=119 (15% of max value = 765). Red value is 63 (25% from 255 or 52.94% from 119); Green value is 56 (22.27% from 255 or 47.06% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3800 is #C0C7FF. Grayscale: #333333. Windows color (decimal): -12634112 or 14399. OLE color: 14399.

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

Color convert

RGB 63 56 0 -
CMYK 0 0.11 1 0.75
HSL 53.33º 1% 0.12% -
HSV(B) 53.33º 1% 0.25% -
XYZ 3.46 3.89 0.57 -
YUV 51.71 98.82 136.05 -
System Red Green Blue C M Y K H S L
Decimal 63 56 0 0 0.11 1 0.75 53.33 1 0.12
Hex 3F 38 0 0 B 64 4B 35 64 C
Octal 77 70 0 0 13 144 113 65 144 14
Binary 111111 111000 0 0 1011 1100100 1001011 110101 1100100 1100

Color Harmonies of #3F3800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3800

Black with #3F3800

Text Example


Text Example

White with #3F3800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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