Html Css Color HEX #3F3B03 Madras

📋 copy color: '#3F3B03'

red 63 ◦ green 59 ◦ blue 3

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

Shades of Madras #3F3B03

Tints of Madras #3F3B03

RGB

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

 GREEN value IS 59 (23.44% from 255) = 47.2%

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

R = 50.4%
G = 47.2%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#3F3B03 (or 0x3F3B03) is known color: Madras. HEX triplet: 3F, 3B and 03. RGB value is (63,59,3). Sum of RGB (Red+Green+Blue) = 63+59+3=125 (16% of max value = 765). Red value is 63 (25% from 255 or 50.4% from 125); Green value is 59 (23.44% from 255 or 47.2% from 125); Blue value is 3 (1.56% from 255 or 2.4% from 125); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3B03 is #C0C4FC. Grayscale: #363636. Windows color (decimal): -12633341 or 211775. OLE color: 211775.

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

Color convert

RGB 63 59 3 -
CMYK 0 0.06 0.95 0.75
HSL 56º 0.91% 0.13% -
HSV(B) 56º 0.95% 0.25% -
XYZ 3.63 4.19 0.7 -
YUV 53.81 99.33 134.55 -
System Red Green Blue C M Y K H S L
Decimal 63 59 3 0 0.06 0.95 0.75 56 0.91 0.13
Hex 3F 3B 3 0 6 5F 4B 38 5B D
Octal 77 73 3 0 6 137 113 70 133 15
Binary 111111 111011 11 0 110 1011111 1001011 111000 1011011 1101

Color Harmonies of #3F3B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3B03

Black with #3F3B03

Text Example


Text Example

White with #3F3B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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