Html Css Color HEX #3F3704 Madras

📋 copy color: '#3F3704'

red 63 ◦ green 55 ◦ blue 4

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

Shades of Madras #3F3704

Tints of Madras #3F3704

RGB

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

 GREEN value IS 55 (21.88% from 255) = 45.08%

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

R = 51.64%
G = 45.08%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#3F3704 (or 0x3F3704) is known color: Madras. HEX triplet: 3F, 37 and 04. RGB value is (63,55,4). Sum of RGB (Red+Green+Blue) = 63+55+4=122 (16% of max value = 765). Red value is 63 (25% from 255 or 51.64% from 122); Green value is 55 (21.88% from 255 or 45.08% from 122); Blue value is 4 (1.95% from 255 or 3.28% from 122); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3704 is #C0C8FB. Grayscale: #333333. Windows color (decimal): -12634364 or 276287. OLE color: 276287.

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

Color convert

RGB 63 55 4 -
CMYK 0 0.13 0.94 0.75
HSL 51.86º 0.88% 0.13% -
HSV(B) 51.86º 0.94% 0.25% -
XYZ 3.44 3.8 0.67 -
YUV 51.58 101.15 136.15 -
System Red Green Blue C M Y K H S L
Decimal 63 55 4 0 0.13 0.94 0.75 51.86 0.88 0.13
Hex 3F 37 4 0 D 5E 4B 34 58 D
Octal 77 67 4 0 15 136 113 64 130 15
Binary 111111 110111 100 0 1101 1011110 1001011 110100 1011000 1101

Color Harmonies of #3F3704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3704

Black with #3F3704

Text Example


Text Example

White with #3F3704

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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