Html Css Color HEX #3F3B06 Madras

📋 copy color: '#3F3B06'

red 63 ◦ green 59 ◦ blue 6

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

Shades of Madras #3F3B06

Tints of Madras #3F3B06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.69%

R = 49.22%
G = 46.09%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.75

RGB Variations

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

Color information

#3F3B06 (or 0x3F3B06) is known color: Madras. HEX triplet: 3F, 3B and 06. RGB value is (63,59,6). Sum of RGB (Red+Green+Blue) = 63+59+6=128 (16% of max value = 765). Red value is 63 (25% from 255 or 49.22% from 128); Green value is 59 (23.44% from 255 or 46.09% from 128); Blue value is 6 (2.73% from 255 or 4.69% from 128); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3B06 is #C0C4F9. Grayscale: #363636. Windows color (decimal): -12633338 or 408383. OLE color: 408383.

HSL color Cylindrical-coordinate representation of color #3F3B06: hue angle of 55.79º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F3B06 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 59 6 -
CMYK 0 0.06 0.90 0.75
HSL 55.79º 0.83% 0.14% -
HSV(B) 55.79º 0.9% 0.25% -
XYZ 3.65 4.2 0.79 -
YUV 54.15 100.83 134.31 -
System Red Green Blue C M Y K H S L
Decimal 63 59 6 0 0.06 0.90 0.75 55.79 0.83 0.14
Hex 3F 3B 6 0 6 5A 4B 38 53 E
Octal 77 73 6 0 6 132 113 70 123 16
Binary 111111 111011 110 0 110 1011010 1001011 111000 1010011 1110

Color Harmonies of #3F3B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3B06

Black with #3F3B06

Text Example


Text Example

White with #3F3B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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