Html Css Color HEX #3F3B0A Madras

📋 copy color: '#3F3B0A'

red 63 ◦ green 59 ◦ blue 10

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

Shades of Madras #3F3B0A

Tints of Madras #3F3B0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 7.58%

R = 47.73%
G = 44.7%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.75

RGB Variations

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

Color information

#3F3B0A (or 0x3F3B0A) is known color: Madras. HEX triplet: 3F, 3B and 0A. RGB value is (63,59,10). Sum of RGB (Red+Green+Blue) = 63+59+10=132 (17% of max value = 765). Red value is 63 (25% from 255 or 47.73% from 132); Green value is 59 (23.44% from 255 or 44.70% from 132); Blue value is 10 (4.30% from 255 or 7.58% from 132); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3B0A is #C0C4F5. Grayscale: #363636. Windows color (decimal): -12633334 or 670527. OLE color: 670527.

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

Color convert

RGB 63 59 10 -
CMYK 0 0.06 0.84 0.75
HSL 55.47º 0.73% 0.14% -
HSV(B) 55.47º 0.84% 0.25% -
XYZ 3.67 4.21 0.91 -
YUV 54.61 102.83 133.98 -
System Red Green Blue C M Y K H S L
Decimal 63 59 10 0 0.06 0.84 0.75 55.47 0.73 0.14
Hex 3F 3B A 0 6 54 4B 37 49 E
Octal 77 73 12 0 6 124 113 67 111 16
Binary 111111 111011 1010 0 110 1010100 1001011 110111 1001001 1110

Color Harmonies of #3F3B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3B0A

Black with #3F3B0A

Text Example


Text Example

White with #3F3B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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