Html Css Color HEX #3F3D12 Madras

📋 copy color: '#3F3D12'

red 63 ◦ green 61 ◦ blue 18

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

Shades of Madras #3F3D12

Tints of Madras #3F3D12

RGB

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

 GREEN value IS 61 (24.22% from 255) = 42.96%

 BLUE value IS 18 (7.42% from 255) = 12.68%

R = 44.37%
G = 42.96%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#3F3D12 (or 0x3F3D12) is known color: Madras. HEX triplet: 3F, 3D and 12. RGB value is (63,61,18). Sum of RGB (Red+Green+Blue) = 63+61+18=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 61 (24.22% from 255 or 42.96% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3D12 is #C0C2ED. Grayscale: #383838. Windows color (decimal): -12632814 or 1195327. OLE color: 1195327.

HSL color Cylindrical-coordinate representation of color #3F3D12: hue angle of 57.33º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F3D12 is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 61 18 -
CMYK 0 0.03 0.71 0.75
HSL 57.33º 0.56% 0.16% -
HSV(B) 57.33º 0.71% 0.25% -
XYZ 3.83 4.44 1.23 -
YUV 56.7 106.16 132.5 -
System Red Green Blue C M Y K H S L
Decimal 63 61 18 0 0.03 0.71 0.75 57.33 0.56 0.16
Hex 3F 3D 12 0 3 47 4B 39 38 10
Octal 77 75 22 0 3 107 113 71 70 20
Binary 111111 111101 10010 0 11 1000111 1001011 111001 111000 10000

Color Harmonies of #3F3D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3D12

Black with #3F3D12

Text Example


Text Example

White with #3F3D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,61,18); }

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

background-color css

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

 a { background-color: rgb(63,61,18); }

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

border-color css

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

 span { border-color: rgb(63,61,18); }

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