Html Css Color HEX #3F3703 Madras

📋 copy color: '#3F3703'

red 63 ◦ green 55 ◦ blue 3

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

Shades of Madras #3F3703

Tints of Madras #3F3703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.48%

R = 52.07%
G = 45.45%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#3F3703 (or 0x3F3703) is known color: Madras. HEX triplet: 3F, 37 and 03. RGB value is (63,55,3). Sum of RGB (Red+Green+Blue) = 63+55+3=121 (16% of max value = 765). Red value is 63 (25% from 255 or 52.07% from 121); Green value is 55 (21.88% from 255 or 45.45% from 121); Blue value is 3 (1.56% from 255 or 2.48% from 121); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3703 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3703 is #C0C8FC. Grayscale: #333333. Windows color (decimal): -12634365 or 210751. OLE color: 210751.

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

Color convert

RGB 63 55 3 -
CMYK 0 0.13 0.95 0.75
HSL 52º 0.91% 0.13% -
HSV(B) 52º 0.95% 0.25% -
XYZ 3.43 3.8 0.64 -
YUV 51.46 100.65 136.23 -
System Red Green Blue C M Y K H S L
Decimal 63 55 3 0 0.13 0.95 0.75 52 0.91 0.13
Hex 3F 37 3 0 D 5F 4B 34 5B D
Octal 77 67 3 0 15 137 113 64 133 15
Binary 111111 110111 11 0 1101 1011111 1001011 110100 1011011 1101

Color Harmonies of #3F3703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3703

Black with #3F3703

Text Example


Text Example

White with #3F3703

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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